Skip to content

Commit

Permalink
Old layer config; raycast exclude player colliders
Browse files Browse the repository at this point in the history
  • Loading branch information
FailSpy committed Mar 13, 2024
1 parent 003d035 commit a51f13b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions COGITO/Scripts/player.gd
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ func _ready():
#Some Setup steps
CogitoSceneManager._current_player_node = self
player_interaction_component.interaction_raycast = $Neck/Head/Eyes/Camera/InteractionRaycast
player_interaction_component.interaction_raycast.add_exception_rid(get_rid())

randomize()

Expand Down

0 comments on commit a51f13b

Please sign in to comment.