uml_generator/project/UMLGenerator.tscn
2022-04-27 15:39:20 +02:00

31 lines
958 B
Plaintext

[gd_scene load_steps=3 format=2]
[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"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 4 )
script = ExtResource( 1 )
main_container_path = NodePath("ScrollContainer/MarginContainer")
content_container_path = NodePath("ScrollContainer/MarginContainer/Content")
[node name="ScrollContainer" type="ScrollContainer" parent="."]
margin_right = 1024.0
margin_bottom = 600.0
[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