world.tscn 967 B

12345678910111213141516171819202122
  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(164, 1321)
  16. rotates = false