V1 update (#1)

This commit is contained in:
Nguyễn Quốc Hưng
2024-06-06 16:01:24 +07:00
committed by Squishy (C6H12O6+NaCl+H2O)
parent 3343d8711b
commit 1d6643448e
30 changed files with 1000 additions and 228 deletions

View File

@@ -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