mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
Test
This commit is contained in:
@@ -10,10 +10,11 @@ end
|
|||||||
|
|
||||||
function TouchConfigScene:render()
|
function TouchConfigScene:render()
|
||||||
MainBackground()
|
MainBackground()
|
||||||
|
drawText('Select button', 10, 10, 100, 'center') -- 0,10 120,30
|
||||||
end
|
end
|
||||||
|
|
||||||
function TouchConfigScene:onInputPress(e)
|
function TouchConfigScene:onInputPress(e)
|
||||||
if e.key == 'menu_back' then SCENE = TitleScene() end
|
if e.input == 'menu_back' then SCENE = InputConfigScene() end
|
||||||
end
|
end
|
||||||
|
|
||||||
return TouchConfigScene
|
return TouchConfigScene
|
||||||
Reference in New Issue
Block a user