This commit is contained in:
xianyi
2025-08-05 15:18:42 +08:00
parent 8fda4168b3
commit 541ff30186
5 changed files with 24 additions and 662 deletions

View File

@@ -17,7 +17,7 @@ namespace TcgEngine
public int p; //0 or 1, represent player ID
public static int x_min = 1; //Dont change this, should start at 1 (0,0,0 represent invalid slot)
public static int x_max = 5; //Number of slots in a row/zone
public static int x_max = 4; //Number of slots in a row/zone
public static int y_min = 1; //Dont change this, should start at 1 (0,0,0 represent invalid slot)
public static int y_max = 1; //Set this to the number of rows/locations you want to have