7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
|
function on_key_release(key)
|
||
|
local bind = dik_to_bind(key)
|
||
|
if bind == key_bindings.kCROUCH then
|
||
|
level.press_action(bind_to_dik(key_bindings.kCROUCH))
|
||
|
end
|
||
|
end
|