Crude resize working

Former-commit-id: 6b92606d99
This commit is contained in:
Leroy Hopson 2020-07-11 19:14:25 +07:00
parent 6e938f03bf
commit bc86b92412
7 changed files with 177 additions and 100 deletions

View file

@ -6,6 +6,8 @@
[ext_resource path="res://examples/terminal/container.gd" type="Script" id=4]
[node name="Container" type="Container"]
margin_right = 40.0
margin_bottom = 40.0
script = ExtResource( 4 )
__meta__ = {
"_edit_use_anchors_": false
@ -16,9 +18,6 @@ margin_right = 40.0
margin_bottom = 40.0
theme = ExtResource( 2 )
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Pseudoterminal" type="Node" parent="."]
script = ExtResource( 3 )