mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
Update projects to Godot 3.3
This commit is contained in:
@@ -192,5 +192,6 @@ max_lines_visible = 5
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[connection signal="pressed" from="PanelLog/ButtonClear" to="PanelLog/ScrollLog/VBoxLog" method="clear"]
|
||||
[connection signal="toggled" from="PanelLog/CheckBoxScroll" to="PanelLog/ScrollLog" method="set_auto_scroll"]
|
||||
|
||||
@@ -165,6 +165,7 @@ shape = ExtResource( 1 )
|
||||
[node name="Camera" type="Camera" parent="."]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 5.8667, 11.8164 )
|
||||
script = ExtResource( 4 )
|
||||
|
||||
[connection signal="value_changed" from="Controls/OffsetX/HSlider" to="." method="set_x_offset"]
|
||||
[connection signal="value_changed" from="Controls/OffsetY/HSlider" to="." method="set_y_offset"]
|
||||
[connection signal="value_changed" from="Controls/OffsetZ/HSlider" to="." method="set_z_offset"]
|
||||
|
||||
Reference in New Issue
Block a user