- [CHG] Intercanviats botons de botar i disparar

- [NEW] cheats.showaabb
- [CHG] retocs en score
- [NEW] Autocompletar en la consola
This commit is contained in:
2026-02-24 22:17:46 +01:00
parent 7ba7fc04d6
commit a7fb3d5c22
4 changed files with 140 additions and 6 deletions

View File

@@ -7,6 +7,8 @@ function test()
tweening.add(0, 1, 1, easing.easeOutCubic, function(value, progress, finished) palfade.fade_reddish(value) end)
end
cheats = {}
game = {
chg_adv = {x=0, y=0},
chg_step = 0,
@@ -29,6 +31,7 @@ game = {
app.update = game.update
sys.beat(2)
palfade.init()
score.init()
--palfade.fade_reddish(0.5)
--shader.enable();
end,