hch
2025-12-09 c3bbfe2736a773f9f03fa25c0575608e9ee6c13c
Main/System/Launch/LoadingWin.cs
@@ -40,7 +40,7 @@
        //     {
        //         for (var i = 0; i < 3; i++)
        //         {
        //             var sprite = BuiltInLoader.LoadSprite(StringUtility.Contact("Launch_", i + 1));
        //             var sprite = BuiltInLoader.LoadSprite(StringUtility.Concat("Launch_", i + 1));
        //             if (sprite != null)
        //             {
        //                 backGrounds.Add(sprite);