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

8 lines
140 B
GDScript3
Raw Normal View History

2022-04-03 18:32:11 +00:00
extends KinematicBody2D
class_name FireExtinguisherEnemy
func _ready():
$AttractedToMovement.goal = get_tree().root.find_node("*/Fire")