Files
BlockFight/Client_new/Client_new.pde
DerCrafter 5db287dacb Added Code
2021-07-15 19:27:13 +02:00

21 lines
523 B
Plaintext

void setup()
{
size(1920, 1080);
clientRunning = false;
backgroundgame = loadImage("backgroundgame.png");
Mario_character = loadImage("Mario.png");
Luigi_character = loadImage("Luigi.png");
gun = loadImage("gun.png");
Background_Start =loadImage("Status0.png");
menu =loadImage("Menubutton.png");
x = loadImage("x.png");
y = loadImage("y.png");
backgroundminimap = loadImage("backgroundminimap.png");
Startmusik = new SoundFile(this, "LoadingScreenMusic.mp3");
soundon = true;
noCursor();
}