Add: AppInfoManager

This commit is contained in:
2018-05-09 10:08:09 +09:00
parent 024e114077
commit f44cabcb01
13 changed files with 124 additions and 16 deletions
+4 -2
View File
@@ -6,10 +6,12 @@
<!-- <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/phaser/2.6.2/phaser.js"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/phaser/2.6.2/phaser.js"></script> -->
<script src="../../../resources/js/phaser.min.js"></script>
<!-- global source files -->
<script src="../../game/global/define_variables_global.js"></script>
<script src="../../game/lib/app_info_manager.js"></script>
<script src="../../game/global/global_variables.js"></script>
<!-- library source files -->
<script src="../../game/lib/input_type_text.js"></script>