Cutsceeens

This commit is contained in:
2021-07-24 12:38:43 +02:00
parent 1c5be0cda2
commit d739b54515
82 changed files with 36952 additions and 64 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ public class PlayerControls : MonoBehaviour
}
void FixedUpdate(){
controller.Move(horizonatalaxis * runspeed * 10f * Time.fixedDeltaTime, jumping);
controller.Move(horizonatalaxis * runspeed, jumping);
}
}