|
@@ -1,5 +1,6 @@
|
|
|
-[gd_scene load_steps=3 format=3 uid="uid://bs8crkburdpjc"]
|
|
|
+[gd_scene load_steps=4 format=3 uid="uid://bs8crkburdpjc"]
|
|
|
|
|
|
+[ext_resource type="Script" path="res://component/entity/line/Line.gd" id="1_8gyrh"]
|
|
|
[ext_resource type="PackedScene" uid="uid://bs4hylgxwbr8y" path="res://component/entity/star/Star.tscn" id="1_wa4bn"]
|
|
|
|
|
|
[sub_resource type="Curve2D" id="Curve2D_dtvs1"]
|
|
@@ -14,6 +15,7 @@ point_count = 6
|
|
|
|
|
|
[node name="BassLine" type="Path2D" parent="Lines"]
|
|
|
curve = SubResource("Curve2D_dtvs1")
|
|
|
+script = ExtResource("1_8gyrh")
|
|
|
|
|
|
[node name="ProtoStar" parent="Lines/BassLine" instance=ExtResource("1_wa4bn")]
|
|
|
position = Vector2(915, 227)
|