23 lines
545 B
Plaintext
23 lines
545 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://addons/de.mewin.gduibasics/scenes/scripts/dynamic_tabs.gd" type="Script" id=1]
|
|
|
|
[node name="dynamic_tabs" type="VBoxContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="tabs" type="Tabs" parent="."]
|
|
margin_right = 1024.0
|
|
margin_bottom = 24.0
|
|
|
|
[node name="container" type="TabContainer" parent="."]
|
|
margin_top = 28.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 600.0
|
|
size_flags_vertical = 3
|
|
tabs_visible = false
|