29 lines
903 B
Plaintext
29 lines
903 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://03754kkjn2ue"]
|
||
|
|
||
|
[ext_resource type="PackedScene" uid="uid://by7ltrt0iq35i" path="res://addons/project-statistics/nodes/charts/PieGraph.tscn" id="1"]
|
||
|
[ext_resource type="Script" path="res://addons/project-statistics/nodes/Overview.gd" id="3"]
|
||
|
|
||
|
[node name="Overview" type="MarginContainer"]
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
script = ExtResource("3")
|
||
|
|
||
|
[node name="HSplitContainer" type="HSplitContainer" parent="."]
|
||
|
layout_mode = 2
|
||
|
size_flags_vertical = 3
|
||
|
|
||
|
[node name="SummaryTree" type="Tree" parent="HSplitContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
columns = 2
|
||
|
hide_root = true
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="HSplitContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="PieGraph" parent="HSplitContainer/VBoxContainer" instance=ExtResource("1")]
|
||
|
layout_mode = 2
|
||
|
size_flags_vertical = 1
|