mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 16:00:08 +01:00
Update most demos for Godot 4.0.beta10 (#782)
This commit is contained in:
@@ -25,10 +25,12 @@ text = "This is scene A."
|
||||
layout_mode = 0
|
||||
offset_left = 64.0
|
||||
offset_top = 128.0
|
||||
offset_right = 192.0
|
||||
offset_bottom = 160.0
|
||||
offset_right = 277.0
|
||||
offset_bottom = 182.0
|
||||
size_flags_horizontal = 2
|
||||
size_flags_vertical = 2
|
||||
theme_override_colors/font_color = Color(0.945098, 1, 0.556863, 1)
|
||||
theme_override_font_sizes/font_size = 24
|
||||
text = "Go to Scene B"
|
||||
|
||||
[connection signal="pressed" from="GoToSceneB" to="." method="_on_goto_scene_pressed"]
|
||||
|
||||
Reference in New Issue
Block a user