调整 statistics 插件布局与 ignore 范围(图片与音频文件)
This commit is contained in:
parent
0adba89a5b
commit
af24c1f0d8
@ -25,4 +25,3 @@ size_flags_horizontal = 3
|
|||||||
|
|
||||||
[node name="PieGraph" parent="HSplitContainer/VBoxContainer" instance=ExtResource("1")]
|
[node name="PieGraph" parent="HSplitContainer/VBoxContainer" instance=ExtResource("1")]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
size_flags_vertical = 1
|
|
||||||
|
@ -19,11 +19,12 @@ layout_mode = 2
|
|||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
size_flags_vertical = 3
|
size_flags_vertical = 3
|
||||||
script = ExtResource("1")
|
script = ExtResource("1")
|
||||||
|
radius = 68.4
|
||||||
|
|
||||||
[node name="KeyTree" type="Tree" parent="."]
|
[node name="KeyTree" type="Tree" parent="."]
|
||||||
custom_minimum_size = Vector2(2.08165e-12, 100)
|
custom_minimum_size = Vector2(2.08165e-12, 100)
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
size_flags_vertical = 8
|
size_flags_vertical = 3
|
||||||
columns = 2
|
columns = 2
|
||||||
hide_root = true
|
hide_root = true
|
||||||
|
@ -249,3 +249,4 @@ textures/canvas_textures/default_texture_filter=0
|
|||||||
[statistics]
|
[statistics]
|
||||||
|
|
||||||
force_include=PackedStringArray()
|
force_include=PackedStringArray()
|
||||||
|
ignore=PackedStringArray("res://.import/*", "res://.github/*", "res://addons/*", "*.import", "*.gif", "*.mp3", "*.wav", "*.ogg", "*.png")
|
||||||
|
Loading…
Reference in New Issue
Block a user