world.tscn 1.1 KB

123456789101112131415161718192021222324252627
  1. [gd_scene load_steps=4 format=3 uid="uid://bs8crkburdpjc"]
  2. [ext_resource type="Script" path="res://component/entity/line/Line.gd" id="1_8gyrh"]
  3. [ext_resource type="PackedScene" uid="uid://bs4hylgxwbr8y" path="res://component/entity/star/Star.tscn" id="1_wa4bn"]
  4. [sub_resource type="Curve2D" id="Curve2D_dtvs1"]
  5. _data = {
  6. "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)
  7. }
  8. point_count = 12
  9. [node name="World" type="Node2D"]
  10. [node name="Lines" type="Node2D" parent="."]
  11. [node name="BassLine" type="Path2D" parent="Lines"]
  12. curve = SubResource("Curve2D_dtvs1")
  13. script = ExtResource("1_8gyrh")
  14. [node name="ProtoStar" parent="Lines/BassLine" instance=ExtResource("1_wa4bn")]
  15. position = Vector2(246, 1065)
  16. rotates = false
  17. [node name="SecondStar" parent="Lines/BassLine" instance=ExtResource("1_wa4bn")]
  18. position = Vector2(799.253, 427.169)
  19. progress = 4210.26
  20. rotates = false