Feature: Implement and test clear target functionality for player start actions

This commit is contained in:
2026-04-27 15:55:36 +02:00
parent d09c550ffe
commit 715f819f76
8 changed files with 386 additions and 132 deletions

View File

@@ -660,6 +660,8 @@ function getPlayerStartInputActionLabel(
return "Crouch";
case "interact":
return "Interact";
case "clearTarget":
return "Clear Target";
case "pauseTime":
return "Pause";
}