This commit is contained in:
2019-12-03 17:29:53 +09:00
parent 649698fa95
commit b44f78ed87
5 changed files with 187 additions and 44 deletions
+3
View File
@@ -47,6 +47,7 @@
<script src="../../game/lib/text/combo_text.js"></script>
<script src="../../game/lib/text/input_type_text.js"></script>
<script src="../../game/lib/text/time_over_text.js"></script>
<script src="../../game/lib/text/game_over_text.js"></script>
<script src="../../game/lib/text/score_board.js"></script>
<script src="../../game/lib/text/score_text.js"></script>
<script src="../../game/lib/text/screen_top_ui.js"></script>
@@ -63,6 +64,8 @@
<script src="../../game/lib/stage_timer.js"></script>
<!-- Card matching : source files -->
<script src="../../game/mouse/just_on_time/god.js"></script>
<script src="../../game/mouse/just_on_time/timer_text.js"></script>
<script src="../../game/mouse/just_on_time/time_score_record.js"></script>
<script src="../../game/mouse/just_on_time/timer_stage.js"></script>