feat: player camera is now responsible for all look input handling

This commit is contained in:
Sara 2025-08-11 18:55:28 +02:00
parent 458b6f8079
commit 8567a274f1
3 changed files with 12 additions and 8 deletions

View file

@ -16,7 +16,6 @@ class PlayerBody : public CharacterBody3D {
void physics_process(double delta);
void set_movement_input(Vector2 state);
void on_look_input(Vector2 look);
void on_jump_input();
void on_run_input(bool run);