Skip to content

Commit 04d8677

Browse files
committed
Move loading demos to their own folder
1 parent c6922db commit 04d8677

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+13
-17
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

misc/autoload/scene_a.tscn renamed to loading/autoload/scene_a.tscn

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,27 @@
22

33
[ext_resource path="res://scene_a.gd" type="Script" id=1]
44

5-
[node name="scene_a" type="Panel"]
5+
[node name="SceneA" type="Panel"]
66
anchor_right = 1.0
77
anchor_bottom = 1.0
88
size_flags_horizontal = 2
99
size_flags_vertical = 2
1010
script = ExtResource( 1 )
1111

12-
[node name="label" type="Label" parent="."]
12+
[node name="Label" type="Label" parent="."]
1313
margin_left = 64.0
1414
margin_top = 48.0
1515
margin_right = 104.0
1616
margin_bottom = 62.0
1717
size_flags_vertical = 0
1818
text = "This is scene A."
1919

20-
[node name="goto_scene" type="Button" parent="."]
20+
[node name="GoToSceneB" type="Button" parent="."]
2121
margin_left = 64.0
2222
margin_top = 128.0
2323
margin_right = 192.0
2424
margin_bottom = 160.0
2525
size_flags_horizontal = 2
2626
size_flags_vertical = 2
2727
text = "Go to Scene B"
28-
29-
[connection signal="pressed" from="goto_scene" to="." method="_on_goto_scene_pressed"]
28+
[connection signal="pressed" from="GoToSceneB" to="." method="_on_goto_scene_pressed"]
File renamed without changes.

misc/autoload/scene_b.tscn renamed to loading/autoload/scene_b.tscn

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,27 @@
22

33
[ext_resource path="res://scene_b.gd" type="Script" id=1]
44

5-
[node name="scene_b" type="Panel"]
5+
[node name="SceneB" type="Panel"]
66
anchor_right = 1.0
77
anchor_bottom = 1.0
88
size_flags_horizontal = 2
99
size_flags_vertical = 2
1010
script = ExtResource( 1 )
1111

12-
[node name="label" type="Label" parent="."]
12+
[node name="Label" type="Label" parent="."]
1313
margin_left = 64.0
1414
margin_top = 48.0
1515
margin_right = 164.0
1616
margin_bottom = 62.0
1717
size_flags_vertical = 0
1818
text = "This is scene B."
1919

20-
[node name="goto_scene" type="Button" parent="."]
20+
[node name="GoToSceneA" type="Button" parent="."]
2121
margin_left = 64.0
2222
margin_top = 128.0
2323
margin_right = 192.0
2424
margin_bottom = 160.0
2525
size_flags_horizontal = 2
2626
size_flags_vertical = 2
2727
text = "Go to Scene A"
28-
29-
[connection signal="pressed" from="goto_scene" to="." method="_on_goto_scene_pressed"]
28+
[connection signal="pressed" from="GoToSceneA" to="." method="_on_goto_scene_pressed"]

misc/background_load/background_load.tscn renamed to loading/background_load/background_load.tscn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ margin_top = 8.0
1212
margin_right = 207.0
1313
margin_bottom = 22.0
1414
step = 1.0
15-

0 commit comments

Comments
 (0)