SpielBackupAlt/scripts/LadderCrouchEnforcer.gd

13 lines
164 B
GDScript3
Raw Normal View History

2024-12-26 14:54:06 +00:00
extends Area
func _ready():
pass
func interact(_relate):
pass
func _on_Vent_body_entered(body):
if body.name == "Player":
body.tryCrouch(true)