Update most demos for Godot 4.0.beta10 (#782)

This commit is contained in:
Hugo Locurcio
2023-01-05 16:50:17 +01:00
committed by GitHub
parent 85ca2fb2a1
commit 1d5184e235
758 changed files with 24258 additions and 9624 deletions

View File

@@ -23,8 +23,7 @@ func _ready():
# The `resized` signal will be emitted when the window size changes, as the root Control node
# is resized whenever the window size changes. This is because the root Control node
# uses a Full Rect anchor, so its size will always be equal to the window size.
# warning-ignore:return_value_discarded
connect("resized", self._on_resized)
resized.connect(self._on_resized)
update_container()

View File

@@ -37,8 +37,8 @@ config/features=PackedStringArray("4.0")
window/handheld/orientation="sensor"
window/stretch/mode="canvas_items"
window/stretch/aspect="expand"
window/size/width=648
window/size/height=648
window/size/viewport_width=648
window/size/viewport_height=648
window/size/test_width=1152
window/size/test_height=648