Skip to content

Commit 70b4df4

Browse files
authored
Merge pull request #106 from NoobKazoku/feat/27-art-assets
fix(project): 修改项目配置中的图标引用
2 parents 941b7f5 + 2377853 commit 70b4df4

File tree

4 files changed

+41
-1
lines changed

4 files changed

+41
-1
lines changed

assets/art/CMCicon.ico

150 KB
Binary file not shown.

assets/art/CMCicon.png

4.29 KB
Loading

assets/art/CMCicon.png.import

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
[remap]
2+
3+
importer="texture"
4+
type="CompressedTexture2D"
5+
uid="uid://diabct7oyspao"
6+
path="res://.godot/imported/CMCicon.png-4679da9deab780439b0eb4afcddab309.ctex"
7+
metadata={
8+
"vram_texture": false
9+
}
10+
11+
[deps]
12+
13+
source_file="res://assets/art/CMCicon.png"
14+
dest_files=["res://.godot/imported/CMCicon.png-4679da9deab780439b0eb4afcddab309.ctex"]
15+
16+
[params]
17+
18+
compress/mode=0
19+
compress/high_quality=false
20+
compress/lossy_quality=0.7
21+
compress/uastc_level=0
22+
compress/rdo_quality_loss=0.0
23+
compress/hdr_compression=1
24+
compress/normal_map=0
25+
compress/channel_pack=0
26+
mipmaps/generate=false
27+
mipmaps/limit=-1
28+
roughness/mode=0
29+
roughness/src_normal=""
30+
process/channel_remap/red=0
31+
process/channel_remap/green=1
32+
process/channel_remap/blue=2
33+
process/channel_remap/alpha=3
34+
process/fix_alpha_border=true
35+
process/premult_alpha=false
36+
process/normal_map_invert_y=false
37+
process/hdr_as_srgb=false
38+
process/hdr_clamp_exposure=false
39+
process/size_limit=0
40+
detect_3d/compress_to=1

project.godot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ config_version=5
1313
config/name="CosmicMiningCompany"
1414
run/main_scene="uid://dgnuqqco6xbmw"
1515
config/features=PackedStringArray("4.5", "C#", "GL Compatibility")
16-
config/icon="res://icon.svg"
16+
config/icon="uid://diabct7oyspao"
1717
config/save/save_path="user://save.json"
1818
config/save/setting_path="user://setting.json"
1919
config/assets/asteroid_path="res://assets/data/Asteroid.json"

0 commit comments

Comments
 (0)