SpielBackupAlt/scripts/LadderCrouchEnforcer.gd

13 lines
164 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(true)