Add: study - RoundRectButton

This commit is contained in:
2018-04-30 10:48:56 +09:00
parent fca853fe97
commit 581efd0777
3 changed files with 152 additions and 0 deletions
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html>
<head>
<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;
margin: 0;
}
canvas{
margin: 0 auto;
}
</style>
</head>
<body>
<div id="Round rect image button test" style="text-align:center;" />
</body>
</html>