SpielBackupAlt/scripts/LadderUNCrouchEnforcer.gd

13 lines
165 B
GDScript
Executable File

extends Area
func _ready():
pass
func interact(_relate):
pass
func _on_Vent_body_entered(body):
if body.name == "Player":
body.tryCrouch(false)