mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
Typo'd assetId correction
This commit is contained in:
parent
938e4930ae
commit
725e2b1575
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
//--- OBJECT WRITE BEGIN ---
|
//--- OBJECT WRITE BEGIN ---
|
||||||
$guiContent = new GuiChunkedBitmapCtrl(LoadingGui) {
|
$guiContent = new GuiChunkedBitmapCtrl(LoadingGui) {
|
||||||
bitmapAsset = "UI:background_dark_image";
|
bitmapAsset = "UI:backgrounddark_image";
|
||||||
useVariable = "0";
|
useVariable = "0";
|
||||||
tile = "0";
|
tile = "0";
|
||||||
position = "0 0";
|
position = "0 0";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue