69 lines
2.2 KiB
Plaintext
69 lines
2.2 KiB
Plaintext
[gd_scene format=3 uid="uid://bwo1nwlpd7de0"]
|
|
|
|
[ext_resource type="Script" uid="uid://bunut0nauk3hc" path="res://polyline_test.gd" id="1_wqxvq"]
|
|
[ext_resource type="Script" uid="uid://d108o5r0cp08k" path="res://pseudo_random_line.gd" id="2_hpaox"]
|
|
|
|
[node name="PolylineTest" type="Node2D" unique_id=2061132914]
|
|
script = ExtResource("1_wqxvq")
|
|
|
|
[node name="PseudoRandomLine" type="Line2D" parent="." unique_id=1157292632]
|
|
position = Vector2(960, 0)
|
|
points = PackedVector2Array(0, 0, 15, 360, -20, 720, 0, 1080)
|
|
script = ExtResource("2_hpaox")
|
|
|
|
[node name="LineGenerator" type="VBoxContainer" parent="." unique_id=1518301930]
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="RangeBox" type="VBoxContainer" parent="LineGenerator" unique_id=2097052193]
|
|
layout_mode = 2
|
|
|
|
[node name="RangeLabel" type="Label" parent="LineGenerator/RangeBox" unique_id=1150127330]
|
|
layout_mode = 2
|
|
text = "Max H-Displacement"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="RangeSlider" type="HSlider" parent="LineGenerator/RangeBox" unique_id=638872673]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
min_value = 20.0
|
|
value = 50.0
|
|
|
|
[node name="RangeValue" type="Label" parent="LineGenerator/RangeBox" unique_id=1757847165]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "50"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="HSeparator" type="HSeparator" parent="LineGenerator" unique_id=1595672937]
|
|
layout_mode = 2
|
|
|
|
[node name="PointsBox" type="VBoxContainer" parent="LineGenerator" unique_id=1775551115]
|
|
layout_mode = 2
|
|
|
|
[node name="PointsNumberLabel" type="Label" parent="LineGenerator/PointsBox" unique_id=1483339729]
|
|
layout_mode = 2
|
|
text = "Number of Points"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="PointsSlider" type="HSlider" parent="LineGenerator/PointsBox" unique_id=109775206]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
min_value = 5.0
|
|
max_value = 30.0
|
|
value = 15.0
|
|
|
|
[node name="PointsNumberValue" type="Label" parent="LineGenerator/PointsBox" unique_id=133285090]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "15"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="HSeparator2" type="HSeparator" parent="LineGenerator" unique_id=1511674807]
|
|
layout_mode = 2
|
|
|
|
[node name="GenerateButton" type="Button" parent="LineGenerator" unique_id=1177300767]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "GENERATE"
|