Fix: RoundRectButtonSetting x, y

This commit is contained in:
2018-06-11 09:57:32 +09:00
parent 8a820ff07f
commit cbe59fa819
4 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class TypingPractice {
// typing content
let typingAreaPositionY = 160;
let typingAreaPositionY = 140;
let bar = game.add.graphics();
bar.beginFill(0x000000, 0.2);
bar.drawRect(0, typingAreaPositionY, GAME_SCREEN_SIZE.x, 120);