world.tscn 712 B

1234567891011121314151617181920
  1. [gd_scene load_steps=3 format=3 uid="uid://bs8crkburdpjc"]
  2. [ext_resource type="PackedScene" uid="uid://bs4hylgxwbr8y" path="res://component/entity/star/Star.tscn" id="1_wa4bn"]
  3. [sub_resource type="Curve2D" id="Curve2D_dtvs1"]
  4. _data = {
  5. "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)
  6. }
  7. point_count = 6
  8. [node name="World" type="Node2D"]
  9. [node name="Lines" type="Node2D" parent="."]
  10. [node name="BassLine" type="Path2D" parent="Lines"]
  11. curve = SubResource("Curve2D_dtvs1")
  12. [node name="ProtoStar" parent="Lines/BassLine" instance=ExtResource("1_wa4bn")]
  13. position = Vector2(915, 227)
  14. rotates = false