v0.3.2: reworked floor 10 and the tengu fight (lots of changes)

This commit is contained in:
Evan Debenham
2015-11-01 21:45:58 -05:00
parent c1356e0752
commit da0e6c686c
8 changed files with 480 additions and 299 deletions
@@ -579,8 +579,8 @@ public abstract class Level implements Bundlable {
return null;
}
private void buildFlagMaps() {
protected void buildFlagMaps() {
for (int i=0; i < LENGTH; i++) {
int flags = Terrain.flags[map[i]];
@@ -633,7 +633,7 @@ public abstract class Level implements Bundlable {
}
}
private void cleanWalls() {
protected void cleanWalls() {
for (int i=0; i < LENGTH; i++) {
boolean d = false;