Skip to content

Commit

Permalink
Add Boot Splash (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsotoxalDev committed Jan 19, 2023
1 parent ef7dc4a commit f26bf65
Show file tree
Hide file tree
Showing 7 changed files with 80 additions and 4 deletions.
File renamed without changes
7 changes: 4 additions & 3 deletions Icon.svg.import → Docs/Icon.svg.import
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

importer="texture"
type="StreamTexture"
path="res://.import/Icon.svg-209197100d5fe6cba9c168636c60b76c.stex"
path="res://.import/Icon.svg-f63a64a9ea0262500c117c5bc053e7ea.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://Icon.svg"
dest_files=[ "res://.import/Icon.svg-209197100d5fe6cba9c168636c60b76c.stex" ]
source_file="res://Docs/Icon.svg"
dest_files=[ "res://.import/Icon.svg-f63a64a9ea0262500c117c5bc053e7ea.stex" ]

[params]

Expand All @@ -28,6 +28,7 @@ process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
Expand Down
Binary file added Docs/Splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions Docs/Splash.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/Splash.png-490489fd7e4dcda6cf8aa9ae8933b9a4.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://Docs/Splash.png"
dest_files=[ "res://.import/Splash.png-490489fd7e4dcda6cf8aa9ae8933b9a4.stex" ]

[params]

compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0
3 changes: 3 additions & 0 deletions Docs/Splash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions Docs/Splash.svg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/Splash.svg-6e8eafc1e92b621e197b31d294e18eb8.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://Docs/Splash.svg"
dest_files=[ "res://.import/Splash.svg-6e8eafc1e92b621e197b31d294e18eb8.stex" ]

[params]

compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0
4 changes: 3 additions & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ _global_script_class_icons={
config/name="GoDAW"
run/main_scene="res://Main.tscn"
run/low_processor_mode=true
config/icon="res://Icon.svg"
boot_splash/image="res://Docs/Splash.png"
boot_splash/bg_color=Color( 0.109804, 0.109804, 0.141176, 1 )
config/icon="res://Docs/Icon.svg"

[autoload]

Expand Down

0 comments on commit f26bf65

Please sign in to comment.