1
Fork 0
mirror of https://github.com/RYGhub/the-cold-night.git synced 2024-11-22 04:34:19 +00:00
the-cold-night/FireExtinguisherEnemy.gd

7 lines
140 B
GDScript

extends KinematicBody2D
class_name FireExtinguisherEnemy
func _ready():
$AttractedToMovement.goal = get_tree().root.find_node("*/Fire")