12345678910111213 |
- [gd_scene load_steps=3 format=3 uid="uid://bw4uy776cvn5o"]
- [ext_resource type="Script" path="res://component/entity/line/Line.gd" id="1_8tuj7"]
- [sub_resource type="Curve2D" id="Curve2D_dtvs1"]
- _data = {
- "points": PackedVector2Array(0, 0, 0, 0, 1856, 64, 0, 0, 0, 0, 64, 64, 0, 0, 0, 0, 1856, 1024, 0, 0, 0, 0, 64, 1024, 0, 0, 0, 0, 1856, 64)
- }
- point_count = 5
- [node name="Line" type="Path2D"]
- curve = SubResource("Curve2D_dtvs1")
- script = ExtResource("1_8tuj7")
|