From 2d654f7600099cedba0af362c93e15129855d522 Mon Sep 17 00:00:00 2001 From: Tanner <152333980+Phlegmlee@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:03:30 -0600 Subject: [PATCH] Remove hard coded lines Removed the hard coded lines that were causing the sprint and crouch variables to initialize to lowercase "crouch" and "sprint" instead of user specified values in the script. --- addons/fpc/character.tscn | 2 -- 1 file changed, 2 deletions(-) diff --git a/addons/fpc/character.tscn b/addons/fpc/character.tscn index 2723714..a43e940 100644 --- a/addons/fpc/character.tscn +++ b/addons/fpc/character.tscn @@ -360,8 +360,6 @@ HEADBOB_ANIMATION = NodePath("Head/HeadbobAnimation") JUMP_ANIMATION = NodePath("Head/JumpAnimation") CROUCH_ANIMATION = NodePath("CrouchAnimation") COLLISION_MESH = NodePath("Collision") -CROUCH = "crouch" -SPRINT = "sprint" [node name="Mesh" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)