Browse Source

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

Areloch 8 years ago
parent
commit
6a204f3528

BIN
Templates/Empty/game/art/gui/splash.bmp


BIN
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)
 {
 {

BIN
Templates/Full/game/art/gui/splash.bmp


BIN
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)
 {
 {