Skip to content

Commit 409b8cb

Browse files
committed
icons
1 parent c730921 commit 409b8cb

File tree

8 files changed

+9
-7
lines changed

8 files changed

+9
-7
lines changed

Diff for: assets/icons/icon.icns

17.2 KB
Binary file not shown.

Diff for: assets/icons/icon.ico

1.56 KB
Binary file not shown.

Diff for: icon.svg renamed to assets/icons/icon.svg

File renamed without changes.

Diff for: icon.svg.import renamed to assets/icons/icon.svg.import

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
importer="texture"
44
type="CompressedTexture2D"
55
uid="uid://bh3vmsx1d2ri8"
6-
path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"
6+
path="res://.godot/imported/icon.svg-7c8e6dfe2213e2029f33175ecfc9166b.ctex"
77
metadata={
88
"vram_texture": false
99
}
1010

1111
[deps]
1212

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"]
1515

1616
[params]
1717

Diff for: components/VARS/style_vars.gd

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ signal set_font
88
## Emits when thumbnail styling (e.g. size) changes.
99
signal set_thumb
1010

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")
1313

1414
var font_scale := 1:
1515
set(n):

Diff for: dark.tres renamed to components/dark.tres

File renamed without changes.

Diff for: light.tres renamed to components/light.tres

File renamed without changes.

Diff for: project.godot

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ config/custom_user_dir_name="bited"
1818
config/features=PackedStringArray("4.3", "GL Compatibility")
1919
boot_splash/fullsize=false
2020
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"
2224

2325
[autoload]
2426

@@ -45,7 +47,7 @@ enabled=PackedStringArray("res://addons/godot-sqlite/plugin.cfg")
4547
[gui]
4648

4749
timers/tooltip_delay_sec=0.1
48-
theme/custom="res://dark.tres"
50+
theme/custom="res://components/dark.tres"
4951
theme/custom_font="res://assets/bited.woff2"
5052
theme/default_font_antialiasing=0
5153
theme/default_font_hinting=0

0 commit comments

Comments
 (0)