2022-04-27 14:57:41 +02:00
|
|
|
[gd_scene load_steps=3 format=2]
|
2022-04-27 13:02:00 +02:00
|
|
|
|
2022-04-27 14:57:41 +02:00
|
|
|
[ext_resource path="res://UMLGenerator.gd" type="Script" id=1]
|
|
|
|
[ext_resource path="res://new_theme.tres" type="Theme" id=4]
|
|
|
|
|
|
|
|
[node name="UMLGen" type="MarginContainer"]
|
2022-04-27 13:02:00 +02:00
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2022-04-27 14:57:41 +02:00
|
|
|
theme = ExtResource( 4 )
|
|
|
|
script = ExtResource( 1 )
|
2022-04-27 15:26:29 +02:00
|
|
|
main_container_path = NodePath("ScrollContainer/MarginContainer")
|
2022-04-27 15:39:20 +02:00
|
|
|
content_container_path = NodePath("ScrollContainer/MarginContainer/Content")
|
2022-04-27 14:57:41 +02:00
|
|
|
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="."]
|
|
|
|
margin_right = 1024.0
|
|
|
|
margin_bottom = 600.0
|
|
|
|
|
2022-04-27 15:26:29 +02:00
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="ScrollContainer"]
|
|
|
|
margin_right = 16.0
|
|
|
|
margin_bottom = 16.0
|
|
|
|
custom_constants/margin_right = 8
|
|
|
|
custom_constants/margin_top = 8
|
|
|
|
custom_constants/margin_left = 8
|
|
|
|
custom_constants/margin_bottom = 8
|
|
|
|
|
|
|
|
[node name="Content" type="HBoxContainer" parent="ScrollContainer/MarginContainer"]
|
|
|
|
margin_left = 8.0
|
|
|
|
margin_top = 8.0
|
|
|
|
margin_right = 8.0
|
|
|
|
margin_bottom = 8.0
|