30 lines
846 B
Plaintext
30 lines
846 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://by7ltrt0iq35i"]
|
|
|
|
[ext_resource type="Script" path="res://addons/project-statistics/nodes/charts/PieChart.gd" id="1"]
|
|
[ext_resource type="Script" path="res://addons/project-statistics/nodes/charts/PieGraph.gd" id="2"]
|
|
|
|
[node name="PieGraph" type="VSplitContainer"]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_vertical = 3
|
|
script = ExtResource("2")
|
|
|
|
[node name="PieChart" type="Control" parent="."]
|
|
clip_contents = true
|
|
custom_minimum_size = Vector2(120, 120)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
script = ExtResource("1")
|
|
|
|
[node name="KeyTree" type="Tree" parent="."]
|
|
custom_minimum_size = Vector2(2.08165e-12, 100)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 8
|
|
columns = 2
|
|
hide_root = true
|