1234567891011121314151617181920 |
- [gd_scene load_steps=3 format=3 uid="uid://bs8crkburdpjc"]
- [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, 915, 227, 0, 0, 0, 0, 465, 410, 0, 0, 0, 0, 116, 294, 0, 0, 0, 0, 33, 85, 0, 0, 0, 0, 584, 207, 0, 0, 0, 0, 857, 161)
- }
- point_count = 6
- [node name="World" type="Node2D"]
- [node name="Lines" type="Node2D" parent="."]
- [node name="BassLine" type="Path2D" parent="Lines"]
- curve = SubResource("Curve2D_dtvs1")
- [node name="ProtoStar" parent="Lines/BassLine" instance=ExtResource("1_wa4bn")]
- position = Vector2(915, 227)
- rotates = false
|