Continue onward to Marsxplr 4.0 #10

Merged
VIA256 merged 3 commits from marsxplr-4.0 into main 2025-10-25 02:50:10 -04:00
Showing only changes of commit 16db95b196 - Show all commits

View File

@ -1343,12 +1343,12 @@ public class Game : MonoBehaviour
GUILayout.BeginHorizontal();
GUILayout.Space(115f);
scrollPosition = GUILayout.BeginScrollView(scrollPosition);
/*if (
if (
WorldIsCustom &&
!GUILayout.Toggle(true, "Using Custom World"))
{
WorldIsCustom = false;
}*/
}
GUILayout.BeginHorizontal();
int i = 0;
foreach (GameWorldDesc Gworld in GameData.gameWorlds)