v0.2.3: Hourglass bugfixes & some tweaks.

This commit is contained in:
Evan Debenham
2014-12-11 22:06:38 -05:00
parent c2b9718581
commit 67a7bf0515
4 changed files with 26 additions and 9 deletions
@@ -781,7 +781,7 @@ public abstract class Level implements Bundlable {
Level.set( cell, Terrain.discover( map[cell] ) );
GameScene.updateMap( cell );
timeFreeze.delayedPress(cell);
timeFreeze.setDelayedPress( cell );
}