Fix: move round_rect_button.js to src/lib/js

This commit is contained in:
2018-05-03 16:20:29 +09:00
parent f1a263b882
commit 6cd48f238d
7 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -19,13 +19,13 @@
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<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="../../resources/js/phaser.min.js"></script> -->
<script src="./round_rect_button.js"></script>
<script src="../../src/game/lib/js/round_rect_button.js"></script>
<script src="./round_rect_button_main.js"></script>
</head>