mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
gui types using image_asset
This commit is contained in:
parent
fa8110ce8f
commit
f519cff6ff
25 changed files with 184 additions and 266 deletions
|
|
@ -28,7 +28,7 @@ $guiContent = new GameTSCtrl(PlayGui) {
|
|||
noCursor = "1";
|
||||
|
||||
new GuiBitmapCtrl(LagIcon) {
|
||||
bitmap = "data/ui/art/lagIcon.png";
|
||||
bitmapAsset = "UI:lagIcon_image";
|
||||
color = "255 255 255 255";
|
||||
wrap = "0";
|
||||
position = "572 3";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue