Added, Updated and Removed Mods; Updated Readme

This commit is contained in:
2024-04-01 22:56:36 -04:00
parent 255081e1ee
commit 5caee9fba5
1056 changed files with 49175 additions and 1278 deletions
@@ -0,0 +1,6 @@
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