Fix some bugs (TEST)

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-05-24 23:53:43 +07:00
parent 4d4bfd1482
commit 17f31a61bb
4 changed files with 20 additions and 24 deletions

View File

@@ -6,7 +6,7 @@ local menuKey
function TrainingScene:new()
menuKey = BUTTON.new{
text = "MENU",
x = 270, y = 5, w = 50, h = 20,
x = 265, y = 0, w = 60, h = 25,
codeWhenReleased = function() SCENE = TitleScene() end
}