Browse Source

add splashscreen

Arnaud Vergnet 2 years ago
parent
commit
a75788b4d6

+ 2
- 0
project.godot View File

@@ -52,6 +52,8 @@ _global_script_class_icons={
52 52
 
53 53
 config/name="Pir-serious-game-ethics"
54 54
 run/main_scene="res://scenes/MainMenu.tscn"
55
+run/disable_stdout=true
56
+boot_splash/image="res://splashscreen/splashscreen.png"
55 57
 config/icon="res://icon.png"
56 58
 
57 59
 [autoload]

BIN
splashscreen/splashscreen.png View File


+ 34
- 0
splashscreen/splashscreen.png.import View File

@@ -0,0 +1,34 @@
1
+[remap]
2
+
3
+importer="texture"
4
+type="StreamTexture"
5
+path="res://.import/splashscreen.png-56d9438900b0099eecf0004a29297279.stex"
6
+metadata={
7
+"vram_texture": false
8
+}
9
+
10
+[deps]
11
+
12
+source_file="res://splashscreen/splashscreen.png"
13
+dest_files=[ "res://.import/splashscreen.png-56d9438900b0099eecf0004a29297279.stex" ]
14
+
15
+[params]
16
+
17
+compress/mode=0
18
+compress/lossy_quality=0.7
19
+compress/hdr_mode=0
20
+compress/bptc_ldr=0
21
+compress/normal_map=0
22
+flags/repeat=0
23
+flags/filter=true
24
+flags/mipmaps=false
25
+flags/anisotropic=false
26
+flags/srgb=2
27
+process/fix_alpha_border=true
28
+process/premult_alpha=false
29
+process/HDR_as_SRGB=false
30
+process/invert_color=false
31
+stream=false
32
+size_limit=0
33
+detect_3d=true
34
+svg/scale=1.0

BIN
splashscreen/splashscreen.xcf View File


Loading…
Cancel
Save