mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2024-11-22 12:44:20 +00:00
8 lines
140 B
GDScript3
8 lines
140 B
GDScript3
|
extends KinematicBody2D
|
||
|
class_name FireExtinguisherEnemy
|
||
|
|
||
|
|
||
|
func _ready():
|
||
|
$AttractedToMovement.goal = get_tree().root.find_node("*/Fire")
|
||
|
|