1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2024-11-14 21:15:58 +00:00

Added Splash Screen

This commit is contained in:
tommy-l-ngo 2021-11-23 00:09:30 -06:00
parent 3b392a3a2e
commit 401f324264
5 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,3 @@
source_md5="715f44b661f067e777490e89deb8ffb5"
dest_md5="5d4b80b70985c5ebe2fbf625d95f6a1f"

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/splash_image.png-6121c2cee560834f4965fe53dd93125b.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/backgrounds/splash_image.png"
dest_files=[ "res://.import/splash_image.png-6121c2cee560834f4965fe53dd93125b.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

View File

@ -12,6 +12,7 @@ config_version=4
config/name="godot_ship"
run/main_scene="res://scenes/Main.tscn"
boot_splash/image="res://assets/backgrounds/splash_image.png"
config/icon="res://icon.png"
config/macos_native_icon="res://icon.icns"
config/windows_native_icon="res://icon.ico"