Splash screen

This commit is contained in:
Martin 2023-01-03 11:53:54 +01:00
parent 93578fae42
commit a0b8a9f90e

View File

@ -1,7 +1,14 @@
{ {
"splash-setting": { "splash-setting": {
"totalTime": 1500, "totalTime": 2000,
"displayWatermark": false, "displayWatermark": false,
"url": "project://assets/Media/Images/Game/UI/Y8Logo.png" "url": "project://assets/Media/Images/Game/UI/Y8Logo.png",
"clearColor": {
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"displayRatio": 0.05
} }
} }