mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
Fix some bugs (TEST)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user