- Premiere i gorro actius

- Canviat l'sprite de Premiere
This commit is contained in:
2026-04-03 22:29:25 +02:00
parent 5a385ef1a8
commit 6fd1d2d49c
7 changed files with 63 additions and 49 deletions

View File

@@ -60,6 +60,8 @@ function controller:check(action)
elseif action=="shoot" then
-- result = key.down(keyShoot) or pad.down(btnShoot)
result = self:key_release(keyShoot) or self:key_release(btnShoot)
elseif action=="ESC" then
result = key.press(key.ESCAPE) or pad.press(btnPause)
end
return result
end