uml_generator/project/BaseClassControl.tscn

55 lines
1.4 KiB
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://BaseClassControl.gd" type="Script" id=1]
[ext_resource path="res://inherits.png" type="Texture" id=2]
[ext_resource path="res://line.png" type="Texture" id=3]
[node name="BaseClassControl" type="VBoxContainer"]
margin_right = 51.0
margin_bottom = 62.0
custom_constants/separation = 0
script = ExtResource( 1 )
[node name="Container" type="CenterContainer" parent="."]
margin_right = 57.0
margin_bottom = 28.0
[node name="PanelContainer" type="PanelContainer" parent="Container"]
margin_right = 57.0
margin_bottom = 28.0
[node name="Label" type="Label" parent="Container/PanelContainer"]
margin_left = 7.0
margin_top = 7.0
margin_right = 50.0
margin_bottom = 21.0
text = "Object"
align = 1
valign = 1
[node name="HBoxContainer" type="HBoxContainer" parent="."]
margin_top = 28.0
margin_right = 57.0
margin_bottom = 54.0
alignment = 1
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer"]
margin_left = 19.0
margin_right = 38.0
margin_bottom = 26.0
custom_constants/separation = 0
alignment = 1
[node name="TextureRect" type="TextureRect" parent="HBoxContainer/VBoxContainer"]
margin_right = 19.0
margin_bottom = 16.0
texture = ExtResource( 2 )
[node name="TextureRect2" type="TextureRect" parent="HBoxContainer/VBoxContainer"]
margin_top = 16.0
margin_right = 19.0
margin_bottom = 26.0
rect_min_size = Vector2( 0, 10 )
texture = ExtResource( 3 )
expand = true