[asciilib] White cell in Death Trap

This commit is contained in:
2021-04-25 00:30:34 -06:00
parent bd2b36bf1f
commit 1f57aab3b2
11 changed files with 76 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ class PlayState extends FlxState
override public function create()
{
super.create();
game = new Game("Beware Yon Death Trap", 100, 40, 8, 12, new DeathTrapLogic(), new FlxGraphicsBackend());
game = new Game("Beware Yon Death Trap", 40, 24, 8, 12, new DeathTrapLogic(), new FlxGraphicsBackend(this));
}
override public function update(elapsed:Float)