introducing time
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user