[NEW] Implementada pausa

[FIX] Corregit un segon arranc de partida
[NEW] Afegida controller:keypressed
This commit is contained in:
2026-05-15 23:05:26 +02:00
parent d732269d49
commit 2e9883e622
5 changed files with 172 additions and 1 deletions
+1 -1
View File
@@ -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