Merge branch 'splashAndWindowIcons' of https://github.com/Areloch/Torque3D into development

This commit is contained in:
Areloch 2017-01-15 23:37:06 -06:00
commit 713c93d328
4 changed files with 56 additions and 1 deletions

View file

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

View file

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