File tree Expand file tree Collapse file tree 8 files changed +138
-13
lines changed
ui/blocks/utilities/template_editor Expand file tree Collapse file tree 8 files changed +138
-13
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ description = "Play the animation."
27
27
category = "Graphics | Animation"
28
28
type = 2
29
29
variant_type = 0
30
- display_template = "play {animation: STRING} {direction: NIL} {wait_mode: NIL}"
30
+ display_template = "play {animation: STRING} | {direction: NIL} {wait_mode: NIL}"
31
31
code_template = "if {direction} == \" forward\" :
32
32
play({animation})
33
33
else:
Original file line number Diff line number Diff line change 1
1
[gd_scene load_steps =4 format =3 uid ="uid://1xfpd777g8pf" ]
2
2
3
3
[ext_resource type ="Script" path ="res://addons/block_code/ui/blocks/utilities/template_editor/collapsable_settings.gd" id ="1_f0ssn" ]
4
- [ext_resource type ="Texture2D" uid ="uid://br7yvjjtbuups " path ="res://addons/block_code/ui/blocks/utilities/template_editor/plus.png " id ="2_8s057 " ]
5
- [ext_resource type ="Texture2D" uid ="uid://di3ona3fudjkx " path ="res://addons/block_code/ui/blocks/utilities/template_editor/minus.png " id ="3_6qcv3 " ]
4
+ [ext_resource type ="Texture2D" uid ="uid://cd243la33evh " path ="res://addons/block_code/ui/blocks/utilities/template_editor/plus.svg " id ="2_mp58d " ]
5
+ [ext_resource type ="Texture2D" uid ="uid://dmplpvmlpcdrk " path ="res://addons/block_code/ui/blocks/utilities/template_editor/minus.svg " id ="3_adq5s " ]
6
6
7
7
[node name ="CollapsableSettings" type ="HBoxContainer" ]
8
8
offset_right = 36.0
@@ -12,14 +12,14 @@ script = ExtResource("1_f0ssn")
12
12
[node name ="ExpandSettingsButton" type ="Button" parent ="." ]
13
13
unique_name_in_owner = true
14
14
layout_mode = 2
15
- icon = ExtResource ("2_8s057 " )
15
+ icon = ExtResource ("2_mp58d " )
16
16
flat = true
17
17
icon_alignment = 1
18
18
19
19
[node name ="CollapseSettingsButton" type ="Button" parent ="." ]
20
20
unique_name_in_owner = true
21
21
custom_minimum_size = Vector2 (20 , 20 )
22
22
layout_mode = 2
23
- icon = ExtResource ("3_6qcv3 " )
23
+ icon = ExtResource ("3_adq5s " )
24
24
flat = true
25
25
icon_alignment = 1
Original file line number Diff line number Diff line change 2
2
3
3
importer="texture"
4
4
type="CompressedTexture2D"
5
- uid="uid://br7yvjjtbuups "
6
- path="res://.godot/imported/plus.png-415014510d01c9db50069dbfc9e6ab6f .ctex"
5
+ uid="uid://dmplpvmlpcdrk "
6
+ path="res://.godot/imported/minus.svg-91b3ae6e73af60de8d208e1e34387d89 .ctex"
7
7
metadata={
8
8
"vram_texture": false
9
9
}
10
10
11
11
[deps]
12
12
13
- source_file="res://addons/block_code/ui/blocks/utilities/template_editor/plus.png "
14
- dest_files=["res://.godot/imported/plus.png-415014510d01c9db50069dbfc9e6ab6f .ctex"]
13
+ source_file="res://addons/block_code/ui/blocks/utilities/template_editor/minus.svg "
14
+ dest_files=["res://.godot/imported/minus.svg-91b3ae6e73af60de8d208e1e34387d89 .ctex"]
15
15
16
16
[params]
17
17
@@ -32,3 +32,6 @@ process/hdr_as_srgb=false
32
32
process/hdr_clamp_exposure=false
33
33
process/size_limit=0
34
34
detect_3d/compress_to=1
35
+ svg/scale=1.0
36
+ editor/scale_with_editor_scale=false
37
+ editor/convert_colors_with_editor_theme=false
Original file line number Diff line number Diff line change 2
2
3
3
importer="texture"
4
4
type="CompressedTexture2D"
5
- uid="uid://di3ona3fudjkx "
6
- path="res://.godot/imported/minus.png-7cbe293178ea19d9e5fbc8ba50c3a01b .ctex"
5
+ uid="uid://cd243la33evh "
6
+ path="res://.godot/imported/plus.svg-ca1f07941354f8a370925e9c4f909843 .ctex"
7
7
metadata={
8
8
"vram_texture": false
9
9
}
10
10
11
11
[deps]
12
12
13
- source_file="res://addons/block_code/ui/blocks/utilities/template_editor/minus.png "
14
- dest_files=["res://.godot/imported/minus.png-7cbe293178ea19d9e5fbc8ba50c3a01b .ctex"]
13
+ source_file="res://addons/block_code/ui/blocks/utilities/template_editor/plus.svg "
14
+ dest_files=["res://.godot/imported/plus.svg-ca1f07941354f8a370925e9c4f909843 .ctex"]
15
15
16
16
[params]
17
17
@@ -32,3 +32,6 @@ process/hdr_as_srgb=false
32
32
process/hdr_clamp_exposure=false
33
33
process/size_limit=0
34
34
detect_3d/compress_to=1
35
+ svg/scale=1.0
36
+ editor/scale_with_editor_scale=false
37
+ editor/convert_colors_with_editor_theme=false
You can’t perform that action at this time.
0 commit comments