Add: AnimalRecordList for main menu

This commit is contained in:
2019-08-05 21:53:47 +09:00
parent a4767fee13
commit f04bf286d9
3 changed files with 160 additions and 76 deletions
+5
View File
@@ -40,6 +40,7 @@
<!-- library source files -->
<script src="../../game/lib/color/main_color.js"></script>
<script src="../../game/lib/util/number_util.js"></script>
<script src="../../game/lib/util/record_util.js"></script>
<script src="../../game/lib/text/input_type_text.js"></script>
<script src="../../game/lib/text/screen_top_ui.js"></script>
@@ -64,6 +65,10 @@
<script src="../../game/lib/flat_button/app_group_tab.js"></script>
<script src="../../game/lib/flat_button/tab_layout.js"></script>
<script src="../../game/typing/lib/animal.js"></script>
<script src="../../game/typing/lib/animal_list.js"></script>
<script src="../../game/typing/lib/animal_record_list.js"></script>
<!-- source files -->
<script src="../../game/main_menu/main_menu.js"></script>
<script src="../../game/main_menu/main.js"></script>