Skip to content

Commit 6919764

Browse files
committed
Update Gaia's Project Manager Display
Update the Demo project to display "Gaia Green" and a leaf logo
1 parent 53c51fe commit 6919764

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

demo/Logo.png

375 KB
Loading

demo/Logo.png.import

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
[remap]
2+
3+
importer="texture"
4+
type="CompressedTexture2D"
5+
uid="uid://cxh6hwgj7obw2"
6+
path="res://.godot/imported/Logo.png-3f727bc575b71196031e5024c4a29f71.ctex"
7+
metadata={
8+
"vram_texture": false
9+
}
10+
11+
[deps]
12+
13+
source_file="res://Logo.png"
14+
dest_files=["res://.godot/imported/Logo.png-3f727bc575b71196031e5024c4a29f71.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

demo/project.godot

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ config_version=5
1010

1111
[application]
1212

13-
config/name="godot cpp template"
13+
config/name="Gaia Green"
1414
run/main_scene="uid://cs6xj3i70yh0f"
1515
config/features=PackedStringArray("4.4", "Forward Plus")
16-
config/icon="res://icon.svg"
16+
config/icon="uid://cxh6hwgj7obw2"
17+
config/tags=PackedStringArray("gaia_green", "open_source", "template")

0 commit comments

Comments
 (0)