mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Missed removing the old BMP splash for the new PNG one.
This commit is contained in:
parent
f02d0d6c4e
commit
6a204f3528
6 changed files with 2 additions and 2 deletions
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
|
// 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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
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
|
// 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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue