Allow controlling/selecting units with LogicAI

This commit is contained in:
Anuken
2025-04-21 14:23:01 -04:00
parent f1f610079d
commit 847ec1813e
6 changed files with 100 additions and 76 deletions

View File

@@ -41,8 +41,7 @@ public class DesktopLauncher extends ClientLauncher{
maximized = true;
width = 900;
height = 700;
//request 3.1, which has instancing
gl30Minor = 1;
gl30Minor = 2;
gl30 = true;
for(int i = 0; i < arg.length; i++){
if(arg[i].charAt(0) == '-'){