Skip to content

Commit 9780fd3

Browse files
Update from upstream (#12)
* Implement GradientUtils (1083) * Reduce number of created attributes (1084) * Fix SVG.changed emitted twice (1086) * Optimize attributes (1087) * Small bugfix (1088) * Implement tabs (1091) * Implement Show in File Manager option (1093) * Fix View in List capitalization * Update translations README.md * Implement Save As (1101) * Fix some bugs (1104) * Keep reference of unsnapped camera position (1105) * Improve Line to Polyline conversion (1106) * Fix some bugs (1107) * Fix unimplemented shortcuts (1108) * Fix About image load warning (1109) * Various improvements (1110) * Fix bounding box drawing issue (1111) * Fix export formatter not working for attributes (1112) * Update README.md --------- Co-authored-by: Mew Pur Pur <[email protected]>
1 parent 28207cb commit 9780fd3

File tree

128 files changed

+4376
-2688
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+4376
-2688
lines changed

assets/icons/Close.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/icons/Close.svg.import

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[remap]
2+
3+
importer="texture"
4+
type="CompressedTexture2D"
5+
uid="uid://b0y4h5tuyrais"
6+
path="res://.godot/imported/Close.svg-ec226890f15a36af010397a4558772f4.ctex"
7+
metadata={
8+
"vram_texture": false
9+
}
10+
11+
[deps]
12+
13+
source_file="res://assets/icons/Close.svg"
14+
dest_files=["res://.godot/imported/Close.svg-ec226890f15a36af010397a4558772f4.ctex"]
15+
16+
[params]
17+
18+
compress/mode=0
19+
compress/high_quality=false
20+
compress/lossy_quality=0.7
21+
compress/hdr_compression=1
22+
compress/normal_map=0
23+
compress/channel_pack=0
24+
mipmaps/generate=false
25+
mipmaps/limit=-1
26+
roughness/mode=0
27+
roughness/src_normal=""
28+
process/fix_alpha_border=true
29+
process/premult_alpha=false
30+
process/normal_map_invert_y=false
31+
process/hdr_as_srgb=false
32+
process/hdr_clamp_exposure=false
33+
process/size_limit=0
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

assets/icons/CreateTab.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/icons/CreateTab.svg.import

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[remap]
2+
3+
importer="texture"
4+
type="CompressedTexture2D"
5+
uid="uid://bnl24bflj771n"
6+
path="res://.godot/imported/CreateTab.svg-5a4a2c79f40bbfe654b40ae41510476b.ctex"
7+
metadata={
8+
"vram_texture": false
9+
}
10+
11+
[deps]
12+
13+
source_file="res://assets/icons/CreateTab.svg"
14+
dest_files=["res://.godot/imported/CreateTab.svg-5a4a2c79f40bbfe654b40ae41510476b.ctex"]
15+
16+
[params]
17+
18+
compress/mode=0
19+
compress/high_quality=false
20+
compress/lossy_quality=0.7
21+
compress/hdr_compression=1
22+
compress/normal_map=0
23+
compress/channel_pack=0
24+
mipmaps/generate=false
25+
mipmaps/limit=-1
26+
roughness/mode=0
27+
roughness/src_normal=""
28+
process/fix_alpha_border=true
29+
process/premult_alpha=false
30+
process/normal_map_invert_y=false
31+
process/hdr_as_srgb=false
32+
process/hdr_clamp_exposure=false
33+
process/size_limit=0
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

0 commit comments

Comments
 (0)