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