Skip to content

Commit ec920c1

Browse files
committed
Rename demo scene
1 parent 05d1975 commit ec920c1

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

demo/project.godot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ config_version=5
1111
[application]
1212

1313
config/name="ropesim example"
14-
run/main_scene="res://main.tscn"
14+
run/main_scene="res://ropesim_demo.tscn"
1515
config/features=PackedStringArray("4.2")
1616
config/icon="res://icon.png"
1717

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
[gd_scene load_steps=6 format=3 uid="uid://n0h8fmj0t58s"]
22

3-
[ext_resource type="Script" path="res://addons/ropesim/RopeRendererLine2D.gd" id="1"]
4-
[ext_resource type="Script" path="res://addons/ropesim/RopeHandle.gd" id="2"]
5-
[ext_resource type="Script" path="res://addons/ropesim/RopeAnchor.gd" id="3"]
6-
[ext_resource type="Script" path="res://addons/ropesim/Rope.gd" id="4"]
7-
[ext_resource type="Texture2D" uid="uid://ckk8c7brnrgwa" path="res://icon.png" id="5"]
3+
[ext_resource type="Script" path="res://addons/ropesim/RopeHandle.gd" id="1_3v13b"]
4+
[ext_resource type="Script" path="res://addons/ropesim/RopeAnchor.gd" id="2_60osf"]
5+
[ext_resource type="Texture2D" uid="uid://ckk8c7brnrgwa" path="res://icon.png" id="3_t3x7v"]
6+
[ext_resource type="Script" path="res://addons/ropesim/Rope.gd" id="4_ytdbs"]
7+
[ext_resource type="Script" path="res://addons/ropesim/RopeRendererLine2D.gd" id="5_8a6rj"]
88

99
[node name="main" type="Node2D"]
1010

1111
[node name="RopeHandle" type="Marker2D" parent="."]
1212
position = Vector2(306, 27)
13-
script = ExtResource("2")
13+
script = ExtResource("1_3v13b")
1414
rope_path = NodePath("../Rope")
1515

1616
[node name="RopeAnchor" type="Marker2D" parent="."]
17-
position = Vector2(218.663, 126.848)
18-
script = ExtResource("3")
17+
position = Vector2(218.659, 126.848)
18+
script = ExtResource("2_60osf")
1919
rope_path = NodePath("../Rope")
2020
rope_position = 0.5
2121

2222
[node name="Icon" type="Sprite2D" parent="RopeAnchor"]
2323
position = Vector2(0, 32)
24-
texture = ExtResource("5")
24+
texture = ExtResource("3_t3x7v")
2525

2626
[node name="Rope" type="Node2D" parent="."]
2727
texture_repeat = 2
2828
position = Vector2(160, 51)
29-
script = ExtResource("4")
29+
script = ExtResource("4_ytdbs")
3030
rope_length = 200.0
3131
stiffness = 10.0
3232
damping = 10.0
@@ -35,7 +35,7 @@ metadata/_edit_group_ = true
3535

3636
[node name="RopeRendererLine2D" type="Line2D" parent="Rope"]
3737
show_behind_parent = true
38-
points = PackedVector2Array(0, 0, 5.20265, 20.1047, 12.2637, 39.6164, 22.829, 57.4394, 38.508, 70.9481, 58.6628, 75.848, 78.8497, 70.8331, 96.0613, 59.2695, 110.211, 44.3839, 122.031, 27.9181, 132.2, 10.6962)
39-
texture = ExtResource("5")
38+
points = PackedVector2Array(0, 0, 5.20099, 20.105, 12.2605, 39.6173, 22.8247, 57.4408, 38.5036, 70.9496, 58.6586, 75.8485, 78.8454, 70.8324, 96.057, 59.2686, 110.207, 44.3834, 122.028, 27.9181, 132.197, 10.6967)
39+
texture = ExtResource("3_t3x7v")
4040
texture_mode = 1
41-
script = ExtResource("1")
41+
script = ExtResource("5_8a6rj")

0 commit comments

Comments
 (0)