mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2024-11-22 04:34:19 +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")
|
|
|