[NEW] Implementada pausa
[FIX] Corregit un segon arranc de partida [NEW] Afegida controller:keypressed
This commit is contained in:
@@ -77,7 +77,7 @@ function opcions_input_update()
|
||||
if input_type==controller.input.kb then
|
||||
local k = key.press()
|
||||
if k ~= 0 and k~=key.ESCAPE then
|
||||
print(k..", "..curr_key.name..", "..curr_key.code)
|
||||
-- print(k..", "..curr_key.name..", "..curr_key.code)
|
||||
config_key(curr_key, k)
|
||||
menu_opt = menu_opt+1
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user