g
This commit is contained in:
parent
6629b8569c
commit
d2e0901df6
@ -8,11 +8,12 @@ import processing.core.PApplet;
|
|||||||
public class Game extends PApplet{
|
public class Game extends PApplet{
|
||||||
/*---------------Attribute-----*/
|
/*---------------Attribute-----*/
|
||||||
int cellSize = 40;
|
int cellSize = 40;
|
||||||
|
Render render;
|
||||||
/*---------------Konstruktor---*/
|
/*---------------Konstruktor---*/
|
||||||
public Game() {
|
public Game() {
|
||||||
String[] processingArgs = {"MySketch"};
|
String[] processingArgs = {"MySketch"};
|
||||||
PApplet.runSketch(processingArgs, this);
|
PApplet.runSketch(processingArgs, this);
|
||||||
|
render = new Render(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*---------------Methoden------*/
|
/*---------------Methoden------*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user