- Premiere i gorro actius
- Canviat l'sprite de Premiere
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user