mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
Update loading demos for 4.0 (#776)
This commit is contained in:
@@ -1,18 +1,19 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://pt77vxjf3uwe"]
|
||||
[gd_scene load_steps=2 format=3 uid="uid://cmu1caqo7k7wy"]
|
||||
|
||||
[ext_resource type="Script" path="res://scene_b.gd" id="1"]
|
||||
|
||||
[node name="SceneB" type="Panel"]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
size_flags_horizontal = 2
|
||||
size_flags_vertical = 2
|
||||
script = ExtResource( "1" )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
script = ExtResource("1")
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 64.0
|
||||
offset_top = 48.0
|
||||
offset_right = 164.0
|
||||
@@ -21,6 +22,7 @@ size_flags_vertical = 0
|
||||
text = "This is scene B."
|
||||
|
||||
[node name="GoToSceneA" type="Button" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 64.0
|
||||
offset_top = 128.0
|
||||
offset_right = 192.0
|
||||
|
||||
Reference in New Issue
Block a user