mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2024-11-24 21:54:18 +00:00
7 lines
140 B
GDScript
7 lines
140 B
GDScript
extends KinematicBody2D
|
|
class_name FireExtinguisherEnemy
|
|
|
|
|
|
func _ready():
|
|
$AttractedToMovement.goal = get_tree().root.find_node("*/Fire")
|
|
|