Fix: library path

This commit is contained in:
2018-12-24 10:25:08 +09:00
parent 618bc4453a
commit 1a2dde8a94
30 changed files with 116 additions and 99 deletions
+7 -6
View File
@@ -17,7 +17,7 @@
<!-- global source files -->
<script src="../../game/lib/session_storage_manager.js"></script>
<script src="../../game/global/global_variables.js"></script>
<script src="../../game/lib/global/global_variables.js?update_date=191224"></script>
<!-- library source files -->
<script src="../../game/lib/util/number_util.js"></script>
@@ -25,18 +25,19 @@
<script src="../../game/lib/util/record_util.js"></script>
<script src="../../game/lib/util/date_util.js"></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>
<script src="../../game/lib/text/screen_top_ui.js?update_date=191224"></script>
<script src="../../game/lib/text/screen_bottom_ui.js?update_date=191224"></script>
<script src="../../game/lib/keyboard_shortcut.js"></script>
<script src="../../game/lib/history_record_manager.js"></script>
<script src="../../game/lib/ranking_record_manager.js"></script>
<script src="../../game/lib/db_connect_manager.js"></script>
<script src="../../game/lib/input_type_text.js"></script>
<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/screen_top_ui.js"></script>
<script src="../../game/lib/screen_bottom_ui.js"></script>
<script src="../../game/lib/announce_box.js"></script>
<script src="../../game/lib/animal.js"></script>
<script src="../../game/typing/lib/animal.js?update_date=191224"></script>
<!-- source files -->
<script src="../../game/result/history_board.js"></script>