Line.tscn 465 B

12345678910111213
  1. [gd_scene load_steps=3 format=3 uid="uid://bw4uy776cvn5o"]
  2. [ext_resource type="Script" path="res://component/entity/line/Line.gd" id="1_8tuj7"]
  3. [sub_resource type="Curve2D" id="Curve2D_dtvs1"]
  4. _data = {
  5. "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)
  6. }
  7. point_count = 5
  8. [node name="Line" type="Path2D"]
  9. curve = SubResource("Curve2D_dtvs1")
  10. script = ExtResource("1_8tuj7")