From 725e2b1575ffafc04cdc57df8ed30bb454663eb1 Mon Sep 17 00:00:00 2001 From: JeffR Date: Tue, 22 Feb 2022 23:39:52 -0600 Subject: [PATCH] Typo'd assetId correction --- Templates/BaseGame/game/data/UI/guis/loadingGui.gui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/BaseGame/game/data/UI/guis/loadingGui.gui b/Templates/BaseGame/game/data/UI/guis/loadingGui.gui index 83357901c..f232a2af9 100644 --- a/Templates/BaseGame/game/data/UI/guis/loadingGui.gui +++ b/Templates/BaseGame/game/data/UI/guis/loadingGui.gui @@ -1,6 +1,6 @@ //--- OBJECT WRITE BEGIN --- $guiContent = new GuiChunkedBitmapCtrl(LoadingGui) { - bitmapAsset = "UI:background_dark_image"; + bitmapAsset = "UI:backgrounddark_image"; useVariable = "0"; tile = "0"; position = "0 0";