mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
From Nils' UI work
- Updates various images in core and UI to be more standardized to the default theme - Updates some spacing, sizing and coloration of gui controls and profiles
This commit is contained in:
parent
3763ebba48
commit
37c85bb7ee
55 changed files with 71 additions and 57 deletions
|
|
@ -34,8 +34,8 @@ function loadStartup()
|
|||
// be in consecutive numerical order
|
||||
StartupGui.bitmap[0] = "UI:backgrounddark_image";
|
||||
StartupGui.logo[0] = "UI:Torque_3D_logo_alt_image";
|
||||
StartupGui.logoPos[0] = "178 251";
|
||||
StartupGui.logoExtent[0] = "443 139";
|
||||
StartupGui.logoPos[0] = "220 120";
|
||||
StartupGui.logoExtent[0] = "360 360";
|
||||
|
||||
// Call the next() function to set our firt
|
||||
// splash screen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue