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
@@ -628,7 +628,14 @@ public class GameScene extends PixelScene {
public static void pickUp( Item item ) {
scene.toolbar.pickup( item );
}
public static void resetMap() {
if (scene != null) {
scene.tiles.map(Dungeon.level.map, Level.WIDTH );
}
}
public static void updateMap() {
if (scene != null) {
scene.tiles.updated.set( 0, 0, Level.WIDTH, Level.HEIGHT );