world.tscn 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. [gd_scene load_steps=5 format=3 uid="uid://bs8crkburdpjc"]
  2. [ext_resource type="PackedScene" uid="uid://bs4hylgxwbr8y" path="res://component/entity/star/Star.tscn" id="1_wa4bn"]
  3. [ext_resource type="PackedScene" uid="uid://bw4uy776cvn5o" path="res://component/entity/line/Line.tscn" id="3_l2vrj"]
  4. [sub_resource type="Curve2D" id="Curve2D_i8apf"]
  5. _data = {
  6. "points": PackedVector2Array(0, 0, 0, 0, 64, 64, 0, 0, 0, 0, 640, 64, 0, 0, 0, 0, 640, 640, 0, 0, 0, 0, 1408, 640, 0, 0, 0, 0, 1408, 512, 0, 0, 0, 0, 1664, 512, 0, 0, 0, 0, 1664, 832, 0, 0, 0, 0, 1344, 1024, 0, 0, 0, 0, 64, 704, 0, 0, 0, 0, 64, 64)
  7. }
  8. point_count = 10
  9. [sub_resource type="Curve2D" id="Curve2D_yypd3"]
  10. _data = {
  11. "points": PackedVector2Array(0, 0, 0, 0, 1856, 320, 0, 0, 0, 0, 1472, 320, 0, 0, 0, 0, 1472, 448, 0, 0, 0, 0, 128, 448, 0, 0, 0, 0, 128, 832, 0, 0, 0, 0, 640, 960, 0, 0, 0, 0, 832, 192, 0, 0, 0, 0, 1152, 192, 0, 0, 0, 0, 1152, 64, 0, 0, 0, 0, 1856, 64, 0, 0, 0, 0, 1856, 320)
  12. }
  13. point_count = 11
  14. [node name="World" type="Node2D"]
  15. [node name="Lines" type="Node2D" parent="."]
  16. [node name="BassLine" parent="Lines" instance=ExtResource("3_l2vrj")]
  17. modulate = Color(1, 0, 1, 1)
  18. curve = SubResource("Curve2D_i8apf")
  19. [node name="ProtoStar" parent="Lines/BassLine" instance=ExtResource("1_wa4bn")]
  20. position = Vector2(246, 1065)
  21. rotates = false
  22. [node name="SecondStar" parent="Lines/BassLine" instance=ExtResource("1_wa4bn")]
  23. position = Vector2(799.253, 427.169)
  24. progress = 4210.26
  25. rotates = false
  26. [node name="NiceLine" parent="Lines" instance=ExtResource("3_l2vrj")]
  27. modulate = Color(1, 0, 0, 1)
  28. curve = SubResource("Curve2D_yypd3")
  29. [node name="ElioStar" parent="Lines/NiceLine" instance=ExtResource("1_wa4bn")]
  30. position = Vector2(246, 1065)
  31. rotates = false
  32. [node name="MiniStar" parent="Lines/NiceLine" instance=ExtResource("1_wa4bn")]
  33. position = Vector2(839.908, 746.409)
  34. progress = 4210.26
  35. rotates = false