Sfoglia il codice sorgente

changed frame.setResizable() to surface.setResizable()

master
Victor Giers 6 anni fa
parent
commit
4388754bad
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      gse.pde

+ 1
- 1
gse.pde Vedi File

@@ -28,7 +28,7 @@ void setup() {
frameRate(24);
size(960, 540);
//fullScreen;
frame.setResizable(true);
surface.setResizable(true);
smooth();
drop = new SDrop(this);
backgroundImage = loadImage("assets/background.jpg");

Loading…
Annulla
Salva