mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-10 16:00:46 +00:00
Fixes window icons with SDL, hooking it through the var $Core::windowIcon as the path.
Also adjusted the splash window icon to use the var $Core::splashWindowImage for it's path.
This commit is contained in:
parent
d3dd5ce235
commit
170cdadf60
4 changed files with 56 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue