Now root motion works much better; raft/boat climbing

This commit is contained in:
2025-10-04 04:10:21 +03:00
parent 25280a9cbe
commit 19a1275a8a
14 changed files with 844 additions and 149 deletions

View File

@@ -45,6 +45,10 @@ struct Input {
bool mouse_moved;
bool wheel_moved;
bool fast;
bool act;
bool act_pressed;
bool act2;
bool act2_pressed;
Input()
: control(0)
, control_prev(0)