Skip to content

Commit

Permalink
added splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Bakera committed Aug 13, 2019
1 parent 3d39622 commit 5a9d0ef
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions godot_emu/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ _global_script_class_icons={

config/name="fffemulator"
run/main_scene="res://Main.tscn"
boot_splash/image="res://splash_screen.png"
config/icon="res://icon.png"

[display]
Expand Down
Binary file added godot_emu/splash_screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions godot_emu/splash_screen.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

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

[deps]

source_file="res://splash_screen.png"
dest_files=[ "res://.import/splash_screen.png-c4325b211491e80389593ab522aa4a51.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

0 comments on commit 5a9d0ef

Please sign in to comment.