skip splashes during development
This commit is contained in:
parent
304480553f
commit
eb0ccb50aa
10
vacation.p8
10
vacation.p8
@ -245,7 +245,15 @@ function _init()
|
|||||||
poke(0x5f34, 1)
|
poke(0x5f34, 1)
|
||||||
|
|
||||||
awakener_hold_frames = 0
|
awakener_hold_frames = 0
|
||||||
mainview = ao_splash.new()
|
-- debug mode: skip splahes
|
||||||
|
-- mainview = ao_splash.new()
|
||||||
|
arm_awakener()
|
||||||
|
mainview=newtitle()
|
||||||
|
end
|
||||||
|
|
||||||
|
function arm_awakener()
|
||||||
|
awakener_hold_frames=0
|
||||||
|
awakener_armed=true
|
||||||
end
|
end
|
||||||
|
|
||||||
function _update60()
|
function _update60()
|
||||||
|
Loading…
Reference in New Issue
Block a user