|
|
|
@ -18,12 +18,12 @@ public class Colours extends World implements ButtonEvent
|
|
|
|
|
int [] color = new int [6];
|
|
|
|
|
String [] pn = new String [6];
|
|
|
|
|
int x = 0;
|
|
|
|
|
boolean possw = true;
|
|
|
|
|
boolean posbl = true;
|
|
|
|
|
boolean posgr = true;
|
|
|
|
|
boolean posrt = true;
|
|
|
|
|
boolean posgb = true;
|
|
|
|
|
boolean posli = true;
|
|
|
|
|
boolean possw = true; // schwarz
|
|
|
|
|
boolean posbl = true; // blau
|
|
|
|
|
boolean posgr = true; // gruen
|
|
|
|
|
boolean posrt = true; // rot
|
|
|
|
|
boolean posgb = true; // gelb
|
|
|
|
|
boolean posli = true; // lila
|
|
|
|
|
int sw = 1;
|
|
|
|
|
int bl = 2;
|
|
|
|
|
int gr = 3;
|
|
|
|
|