Fix: updateRecord before Result

This commit is contained in:
2018-12-25 18:49:34 +09:00
parent 1a2dde8a94
commit 4c1a2a278e
18 changed files with 287 additions and 56 deletions
+2 -1
View File
@@ -46,6 +46,7 @@
<script src="../../game/lib/util/record_util.js"></script>
<script src="../../game/lib/text/input_type_text.js?update_date=191224"></script>
<script src="../../game/lib/text/time_over_text.js?update_date=191225"></script>
<script src="../../game/lib/text/game_over_text.js?update_date=191224"></script>
<script src="../../game/lib/text/score_board.js?update_date=191224"></script>
<script src="../../game/lib/text/score_text.js?update_date=191224"></script>
@@ -65,7 +66,7 @@
<script src="../../game/mouse/dodge/spaceship.js"></script>
<script src="../../game/mouse/dodge/missile.js"></script>
<script src="../../game/mouse/dodge/stop_watch.js"></script>
<script src="../../game/mouse/dodge/game.js"></script>
<script src="../../game/mouse/dodge/game.js?update_date=191225"></script>
<script src="../../game/mouse/dodge/main.js"></script>