浏览代码

Missed removing the old BMP splash for the new PNG one.

Areloch 8 年之前
父节点
当前提交
6a204f3528

二进制
Templates/Empty/game/art/gui/splash.bmp


二进制
Templates/Empty/game/art/gui/splash.png


+ 1 - 1
Templates/Empty/game/main.cs

@@ -29,7 +29,7 @@ $defaultGame = "scripts";
 // Set profile directory
 // Set profile directory
 $Pref::Video::ProfilePath = "core/profile";
 $Pref::Video::ProfilePath = "core/profile";
 $Core::windowIcon = "core/torque.png";
 $Core::windowIcon = "core/torque.png";
-$Core::splashWindowImage = "art/gui/splash.bmp";
+$Core::splashWindowImage = "art/gui/splash.png";
 
 
 function createCanvas(%windowTitle)
 function createCanvas(%windowTitle)
 {
 {

二进制
Templates/Full/game/art/gui/splash.bmp


二进制
Templates/Full/game/art/gui/splash.png


+ 1 - 1
Templates/Full/game/main.cs

@@ -29,7 +29,7 @@ $defaultGame = "scripts";
 // Set profile directory
 // Set profile directory
 $Pref::Video::ProfilePath = "core/profile";
 $Pref::Video::ProfilePath = "core/profile";
 $Core::windowIcon = "core/torque.png";
 $Core::windowIcon = "core/torque.png";
-$Core::splashWindowImage = "art/gui/splash.bmp";
+$Core::splashWindowImage = "art/gui/splash.png";
 
 
 function createCanvas(%windowTitle)
 function createCanvas(%windowTitle)
 {
 {