This commit is contained in:
homeuser 2018-11-01 11:41:39 +01:00
parent d9d3d3ef5d
commit 8d334cdd8e
12 changed files with 51 additions and 21 deletions

View file

@ -285,6 +285,10 @@ namespace GATE_PLAYGROUND
public static int NO_TEXTURE_OVERRIDE_C = 115;
public static int NO_TEXTURE_OVERRIDE_D = 174;
public static int NO_TEXTURE_OVERRIDE_E = 175;
public static int NO_TEXTURE_OVERRIDE_F = 371;
public static int NO_TEXTURE_OVERRIDE_G = 373;
public static int NO_TEXTURE_OVERRIDE_H = 374;
public static int NO_TEXTURE_OVERRIDE_I = 375;
}
public class LEVEL
@ -325,11 +329,12 @@ namespace GATE_PLAYGROUND
public static int ACTIVE_CONNECTION = 356;
public static int CONTROLS = 357;
public static int DATACABLES = 358;
public static int HOW_TO_PLAY = 359;
public class MULTIPLES
{
public static int ACTIVE_CONNECTION_A = 358;
public static int ACTIVE_CONNECTION_B = 359;
public static int NONE = -1;
}
public class LAYERLIST
{