Commit 35bdbbfe authored by Viktor Lidholt's avatar Viktor Lidholt

Updates demo game with changes to Sprites and Nodes

parent 7b4f41e3
...@@ -650,7 +650,7 @@ class Hud extends NodeWithSize { ...@@ -650,7 +650,7 @@ class Hud extends NodeWithSize {
_dirtyScore = true; _dirtyScore = true;
} }
Hud(this.spriteSheetUI) { Hud(this.spriteSheetUI) : super(Size.zero) {
pivot = Point.origin; pivot = Point.origin;
sprtBgScore = new Sprite(spriteSheetUI["scoreboard.png"]); sprtBgScore = new Sprite(spriteSheetUI["scoreboard.png"]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment