Browse Source

introducing time

master
Victor Giers 5 years ago
parent
commit
c3d4e771a2
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      Houses.pde

+ 1
- 2
Houses.pde View File

@@ -1,6 +1,7 @@
import java.util.ArrayDeque;

PImage img_houses;
PImage img_streets;
PImage img_spawnPoints;
int i_biggestHouse;

@@ -8,8 +9,6 @@ ArrayList<SpawnArea> spawnAreas = new ArrayList<SpawnArea>();

void initHouses() {
//get houses from image
img_houses = loadImage(dataPath("map/houses_with_borders.png"));


img_houses.loadPixels();

Loading…
Cancel
Save