v0.3.1: all sorta UI changes

This commit is contained in:
Evan Debenham
2015-07-14 23:07:51 -04:00
committed by Evan Debenham
parent 3cd86934bd
commit c5252a5045
9 changed files with 260 additions and 210 deletions
@@ -346,6 +346,8 @@ public class GameScene extends PixelScene {
Dungeon.droppedItems.remove( Dungeon.depth );
}
Dungeon.hero.next();
Camera.main.target = hero;
fadeIn();
}