12345678910111213141516171819202122 |
- [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"]
- _data = {
- "points": PackedVector2Array(0, 0, 0, 0, 246, 1065, 0, 0, 0, 0, 469, 582, 0, 0, 0, 0, 116, 294, 0, 0, 0, 0, 33, 85, 0, 0, 0, 0, 645, 6, 0, 0, 0, 0, 1881, 227, 0, 0, 0, 0, 979, 300, 0, 0, 0, 0, 138, 895, 0, 0, 0, 0, 1489, 609, 0, 0, 0, 0, 1892, 766, 0, 0, 0, 0, 923, 1018, 0, 0, 0, 0, 338, 1044)
- }
- point_count = 12
- [node name="World" type="Node2D"]
- [node name="Lines" type="Node2D" parent="."]
- [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(164, 1321)
- rotates = false
|