mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-04 12:14:24 +02:00
Godot 4 automatic changes
This commit is contained in:
parent
8b5caafbc7
commit
cdbf3f2adc
75 changed files with 1034 additions and 952 deletions
|
@ -1,2 +1,2 @@
|
|||
tool
|
||||
extends Viewport
|
||||
@tool
|
||||
extends SubViewport
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
[sub_resource type="GDScript" id=1]
|
||||
script/source = "tool
|
||||
extends Viewport
|
||||
extends SubViewport
|
||||
"
|
||||
|
||||
[node name="Viewport" type="Viewport"]
|
||||
[node name="SubViewport" type="SubViewport"]
|
||||
size = Vector2( 2, 2 )
|
||||
own_world = true
|
||||
transparent_bg = true
|
||||
|
@ -22,8 +22,8 @@ script = SubResource( 1 )
|
|||
[node name="Terminal" type="Control" parent="."]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_right = -2.0
|
||||
margin_bottom = -2.0
|
||||
offset_right = -2.0
|
||||
offset_bottom = -2.0
|
||||
script = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue