Add: home button

This commit is contained in:
2018-10-16 12:20:03 +09:00
parent 9061ab54c3
commit e6c9dd95f1
6 changed files with 62 additions and 4 deletions
+1
View File
@@ -17,6 +17,7 @@
<script src="../../game/lib/keyboard_shortcut.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/home_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>