Add climb action input state to player locomotion tests

This commit is contained in:
2026-04-30 00:19:00 +02:00
parent b9575172a6
commit 0add340ef6

View File

@@ -34,6 +34,7 @@ const FORWARD_INPUT: PlayerStartActionInputState = {
jump: 0, jump: 0,
sprint: 0, sprint: 0,
crouch: 0, crouch: 0,
climb: 0,
interact: 0, interact: 0,
clearTarget: 0, clearTarget: 0,
pauseTime: 0 pauseTime: 0