Fix: update file name tag, print sample ranking

This commit is contained in:
2019-06-12 08:32:50 +09:00
parent 976dc1a4ac
commit 9ecb633996
5 changed files with 53 additions and 20 deletions
+5 -5
View File
@@ -16,13 +16,13 @@
<!-- global source files -->
<script src="../../game/lib/session_storage_manager.js"></script>
<script src="../../game/lib/global/global_variables.js?update_date=191224"></script>
<script src="../../game/lib/global/global_variables.js?update_date=190608"></script>
<!-- library source files -->
<script src="../../game/lib/util/number_util.js"></script>
<script src="../../game/lib/util/string_util.js"></script>
<script src="../../game/lib/util/string_util.js?update_date=190608"></script>
<script src="../../game/lib/util/record_util.js"></script>
<script src="../../game/lib/util/date_util.js"></script>
<script src="../../game/lib/util/date_util.js?update_date=190608"></script>
<script src="../../game/lib/text/input_type_text.js?update_date=191224"></script>
<script src="../../game/lib/text/announce_box.js?update_date=191224"></script>
@@ -36,10 +36,10 @@
<script src="../../game/lib/button/round_rect_button.js"></script>
<script src="../../game/lib/button/back_button.js"></script>
<script src="../../game/lib/button/fullscreen_button.js"></script>
<script src="../../game/lib/chart.js"></script>
<script src="../../game/lib/chart.js?update_date=190608"></script>
<!-- source files -->
<script src="../../game/start/start.js"></script>
<script src="../../game/start/start.js?update_date=190608"></script>
<script src="../../game/start/main.js"></script>