feat: implement persistent settings manager, add character movement controller, and create FPS map blockout scene

This commit is contained in:
DottsGit
2026-06-09 20:10:12 -04:00
parent 0fcb5b43a4
commit ed973c3b3b
3 changed files with 35 additions and 1 deletions
+1
View File
@@ -22,6 +22,7 @@ var default_bindings = {
"weapon_2": {"type": "key", "code": KEY_2},
"weapon_3": {"type": "key", "code": KEY_3},
"weapon_4": {"type": "key", "code": KEY_4},
"toggle_flashlight": {"type": "key", "code": KEY_T},
}
var current_bindings = {}