Add: make button sprites

This commit is contained in:
2018-05-01 23:37:18 +09:00
parent eb4eafd7b5
commit 4ba5f99c2f
2 changed files with 28 additions and 4 deletions
@@ -49,6 +49,7 @@ function create() {
let button = new RoundRectButton(new RectSetting(200, 100));
button.move(200, 200);
console.log(button);
}