Add: ChocoButton
This commit is contained in:
@@ -35,15 +35,15 @@
|
||||
|
||||
<!-- 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"></script>
|
||||
|
||||
<!-- 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/text/input_type_text.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/text/input_type_text.js"></script>
|
||||
<script src="../../game/lib/text/screen_top_ui.js"></script>
|
||||
<script src="../../game/lib/text/screen_bottom_ui.js"></script>
|
||||
|
||||
<script src="../../game/lib/keyboard_shortcut.js"></script>
|
||||
<script src="../../game/lib/button/round_rect_button.js"></script>
|
||||
@@ -52,6 +52,10 @@
|
||||
<script src="../../game/lib/button/game_app_button.js"></script>
|
||||
<script src="../../game/lib/button/typing_tab_button.js"></script>
|
||||
<script src="../../game/lib/db_connect_manager.js"></script>
|
||||
<script src="../../game/lib/db_service.js"></script>
|
||||
|
||||
<script src="../../game/lib/button/choco_button_setting.js"></script>
|
||||
<script src="../../game/lib/button/choco_button.js"></script>
|
||||
|
||||
<!-- source files -->
|
||||
<script src="../../game/main_menu/main_menu.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user