mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Missed removing the old BMP splash for the new PNG one.
This commit is contained in:
parent
f02d0d6c4e
commit
6a204f3528
Binary file not shown.
|
Before Width: | Height: | Size: 331 KiB |
BIN
Templates/Empty/game/art/gui/splash.png
Normal file
BIN
Templates/Empty/game/art/gui/splash.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
|
|
@ -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 |
BIN
Templates/Full/game/art/gui/splash.png
Normal file
BIN
Templates/Full/game/art/gui/splash.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue