Skip to content

Commit

Permalink
fix(DinosaurController): text overlay on score and life
Browse files Browse the repository at this point in the history
  • Loading branch information
jvondermarck committed Dec 21, 2023
1 parent c5eaec8 commit 3882693
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void initGame() {
}, seconds(0.75));

score = spawn("Score", getAppCenter().getX() -270, getAppCenter().getY() - 320);
life = spawn("Life", getAppCenter().getX() - 260, getAppCenter().getY() - 280);
life = spawn("Life", getAppCenter().getX() - 260, getAppCenter().getY() - 250);
}
/**
* Summary :
Expand Down

0 comments on commit 3882693

Please sign in to comment.