Add: RoundRectButton

This commit is contained in:
2018-05-01 19:14:06 +09:00
parent 581efd0777
commit eb4eafd7b5
9 changed files with 202 additions and 37 deletions
+14 -7
View File
@@ -4,12 +4,6 @@
<meta charset="UTF-8">
<title>Round rect image button test</title>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/phaser@3.6.0/dist/phaser.min.js"></script>
<script src="./round_rect_button.js"></script>
<script src="./round_rect_button_main.js"></script>
<style>
body{
padding: 0;
@@ -20,9 +14,22 @@
margin: 0 auto;
}
</style>
<!--
<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="./round_rect_button_main.js"></script>
</head>
<body>
<div id="Round rect image button test" style="text-align:center;" />
<div id="RoundRectButton" style="text-align:center;" />
</body>
</html>