소스 검색

Typo'd assetId correction

JeffR 3 년 전
부모
커밋
725e2b1575
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Templates/BaseGame/game/data/UI/guis/loadingGui.gui

+ 1 - 1
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";