Hi
This commit is contained in:
parent
55b35d1ae0
commit
73398e3528
@ -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)
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user