mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Bindable vehicle actions (#1161)
* Introduce bindable vehicle actions * Update key names * Convert C strings to vectors * Update names * Update names * Merge branch 'develop' into sezz_bindable_vehicle_actions * Improve boat and kayak dismounts * Update .gitignore * Update action strings * Update macro * Use simpler vector names * Remove kayak action bits * Fix skidoo firing * Update configuration.cpp * Resize config bindings vector when necessary
This commit is contained in:
parent
fd77ff88f8
commit
9c0523dea4
19 changed files with 371 additions and 340 deletions
|
@ -9,7 +9,7 @@ local strings =
|
|||
actions_reverse = { "Reverse" },
|
||||
actions_speed = { "Speed" },
|
||||
actions_slow = { "Slow" },
|
||||
actions_brake = { "Brake" },
|
||||
actions_brake = { "Brake/Dismount" },
|
||||
actions_fire = { "Fire" },
|
||||
actions_action = { "Action" },
|
||||
actions_sprint = { "Sprint" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue