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

This commit is contained in:
Areloch 2017-01-16 00:16:17 -06:00
parent f02d0d6c4e
commit 6a204f3528
6 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 331 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 331 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

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