From af24c1f0d834ca7cbb5ccfe7abc44a9502ff158c Mon Sep 17 00:00:00 2001 From: cakipaul Date: Thu, 3 Jul 2025 15:07:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20statistics=20=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E5=B8=83=E5=B1=80=E4=B8=8E=20ignore=20=E8=8C=83?= =?UTF-8?q?=E5=9B=B4=EF=BC=88=E5=9B=BE=E7=89=87=E4=B8=8E=E9=9F=B3=E9=A2=91?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- addons/project-statistics/nodes/Overview.tscn | 1 - addons/project-statistics/nodes/charts/PieGraph.tscn | 3 ++- project.godot | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/addons/project-statistics/nodes/Overview.tscn b/addons/project-statistics/nodes/Overview.tscn index b83d652d..447184ca 100644 --- a/addons/project-statistics/nodes/Overview.tscn +++ b/addons/project-statistics/nodes/Overview.tscn @@ -25,4 +25,3 @@ size_flags_horizontal = 3 [node name="PieGraph" parent="HSplitContainer/VBoxContainer" instance=ExtResource("1")] layout_mode = 2 -size_flags_vertical = 1 diff --git a/addons/project-statistics/nodes/charts/PieGraph.tscn b/addons/project-statistics/nodes/charts/PieGraph.tscn index 97622004..d10c95e5 100644 --- a/addons/project-statistics/nodes/charts/PieGraph.tscn +++ b/addons/project-statistics/nodes/charts/PieGraph.tscn @@ -19,11 +19,12 @@ layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 script = ExtResource("1") +radius = 68.4 [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 +size_flags_vertical = 3 columns = 2 hide_root = true diff --git a/project.godot b/project.godot index ff3ae317..fa8bb261 100644 --- a/project.godot +++ b/project.godot @@ -249,3 +249,4 @@ textures/canvas_textures/default_texture_filter=0 [statistics] force_include=PackedStringArray() +ignore=PackedStringArray("res://.import/*", "res://.github/*", "res://addons/*", "*.import", "*.gif", "*.mp3", "*.wav", "*.ogg", "*.png")