mirror of
https://github.com/Relintai/uml_generator.git
synced 2025-02-04 16:16:07 +01:00
27 lines
630 B
Plaintext
27 lines
630 B
Plaintext
[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
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
margin_left = 7.0
|
|
margin_top = 7.0
|
|
margin_right = 41.0
|
|
margin_bottom = 23.0
|
|
|
|
[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
|