File tree 8 files changed +9
-7
lines changed
8 files changed +9
-7
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 3
3
importer="texture"
4
4
type="CompressedTexture2D"
5
5
uid="uid://bh3vmsx1d2ri8"
6
- path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b .ctex"
6
+ path="res://.godot/imported/icon.svg-7c8e6dfe2213e2029f33175ecfc9166b .ctex"
7
7
metadata={
8
8
"vram_texture": false
9
9
}
10
10
11
11
[deps]
12
12
13
- source_file="res://icon.svg"
14
- dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b .ctex"]
13
+ source_file="res://assets/icons/ icon.svg"
14
+ dest_files=["res://.godot/imported/icon.svg-7c8e6dfe2213e2029f33175ecfc9166b .ctex"]
15
15
16
16
[params]
17
17
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ signal set_font
8
8
## Emits when thumbnail styling (e.g. size) changes.
9
9
signal set_thumb
10
10
11
- const ThemeDark := preload ("res://dark.tres" )
12
- const ThemeLight := preload ("res://light.tres" )
11
+ const ThemeDark := preload ("res://components/ dark.tres" )
12
+ const ThemeLight := preload ("res://components/ light.tres" )
13
13
14
14
var font_scale := 1 :
15
15
set (n ):
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ config/custom_user_dir_name="bited"
18
18
config/features =PackedStringArray ("4.3" , "GL Compatibility" )
19
19
boot_splash/fullsize =false
20
20
boot_splash/use_filter =false
21
- config/icon ="res://icon.svg"
21
+ config/icon ="res://assets/icons/icon.svg"
22
+ config/macos_native_icon ="res://assets/icons/icon.icns"
23
+ config/windows_native_icon ="res://assets/icons/icon.ico"
22
24
23
25
[autoload ]
24
26
@@ -45,7 +47,7 @@ enabled=PackedStringArray("res://addons/godot-sqlite/plugin.cfg")
45
47
[gui ]
46
48
47
49
timers/tooltip_delay_sec =0.1
48
- theme/custom ="res://dark.tres"
50
+ theme/custom ="res://components/ dark.tres"
49
51
theme/custom_font ="res://assets/bited.woff2"
50
52
theme/default_font_antialiasing =0
51
53
theme/default_font_hinting =0
You can’t perform that action at this time.
0 commit comments