Temporary fix for compass showing wrong Y axis direction

This commit is contained in:
simon
2018-01-20 10:56:40 -05:00
parent 3ce8fba3cd
commit 859ba0237f
4 changed files with 63 additions and 72 deletions

View File

@@ -259,7 +259,8 @@ class MarGame {
private initialiseStaticHud() {
this.game.add.sprite(0, this.game.camera.height - 150, "sheet", "ui/compass", this.hudGroup);
//todo fix the compass sprite so the Y axis is facing the other way
//this.game.add.sprite(0, this.game.camera.height - 150, "sheet", "ui/compass", this.hudGroup);
this.addDebugMessage(new WorldIndicator(10, 20));