This commit is contained in:
Mika Westphal 2023-02-14 15:00:15 +01:00
parent 55b35d1ae0
commit 73398e3528
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
[node name="NarutoEnemy" type="Node2D"] [node name="NarutoEnemy" type="Node2D"]
script = ExtResource("1_y6vus") script = ExtResource("1_y6vus")
markerPointsParent = [null]
[node name="StaticBody2D" type="StaticBody2D" parent="."] [node name="StaticBody2D" type="StaticBody2D" parent="."]
position = Vector2(460, 250) position = Vector2(460, 250)

View File

@ -1,6 +1,6 @@
extends Node2D extends Node2D
export Node2D markerPointsParent = null @export var markerPointsParent = []
# Called when the node enters the scene tree for the first time. # Called when the node enters the scene tree for the first time.
func _ready(): func _ready():
pass # Replace with function body. pass # Replace with function body.