mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
V1 update (#1)
This commit is contained in:
committed by
Squishy (C6H12O6+NaCl+H2O)
parent
3343d8711b
commit
1d6643448e
@@ -1,14 +1,15 @@
|
||||
local TrainingScene = SCENE:extend()
|
||||
TrainingScene.title = "Max Gravity Training"
|
||||
|
||||
local menuKey
|
||||
local menuKey = BUTTON.new{
|
||||
text = CHAR.icon.menu.." MENU",
|
||||
x = 10, y = 10, w = 70, h = 30,
|
||||
codeWhenReleased = function() SCENE = TitleScene() end
|
||||
}
|
||||
|
||||
function TrainingScene:new()
|
||||
menuKey = BUTTON.new{
|
||||
text = "MENU",
|
||||
x = 265, y = 0, w = 60, h = 25,
|
||||
codeWhenReleased = function() SCENE = TitleScene() end
|
||||
}
|
||||
BUTTON.reset{menuKey}
|
||||
VCTRL[9].show = true
|
||||
|
||||
game_mode = require 'game.gamemode'
|
||||
if PENTO_MODE then
|
||||
|
||||
Reference in New Issue
Block a user