2022-04-27 14:57:41 +02:00
|
|
|
[gd_scene load_steps=2 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://ClassControl.gd" type="Script" id=1]
|
|
|
|
|
|
|
|
[node name="ClassControl" type="PanelContainer"]
|
|
|
|
margin_right = 42.0
|
|
|
|
margin_bottom = 30.0
|
2022-04-27 15:15:01 +02:00
|
|
|
size_flags_horizontal = 4
|
|
|
|
size_flags_vertical = 4
|
2022-04-27 14:57:41 +02:00
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
|
|
margin_left = 7.0
|
|
|
|
margin_top = 7.0
|
|
|
|
margin_right = 41.0
|
2022-04-27 15:09:17 +02:00
|
|
|
margin_bottom = 23.0
|
2022-04-27 14:57:41 +02:00
|
|
|
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
|
|
|
margin_right = 34.0
|
|
|
|
margin_bottom = 14.0
|
|
|
|
alignment = 1
|
|
|
|
|
|
|
|
[node name="ClassName" type="Label" parent="VBoxContainer/HBoxContainer"]
|
|
|
|
margin_right = 34.0
|
|
|
|
margin_bottom = 14.0
|
|
|
|
text = "Node"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|