uml_generator/project/UMLGenerator.tscn

18 lines
532 B
Plaintext
Raw Normal View History

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 )
content_container_path = NodePath("ScrollContainer/Content")
[node name="ScrollContainer" type="ScrollContainer" parent="."]
margin_right = 1024.0
margin_bottom = 600.0
2022-04-27 15:03:20 +02:00
[node name="Content" type="HBoxContainer" parent="ScrollContainer"]