Skip to content

Commit 1b0a44d

Browse files
author
Jean Poree
committed
Update extensions-4-endscreen.md
1 parent fadac21 commit 1b0a44d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

playground/extensions/extensions-4-endscreen.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ To guarantee the correct ranking, you must set this module's score property in y
3636
endScreenModule.setScores(gameManager.getPlayers().stream().mapToInt(p -> p.getScore()).toArray());
3737
}
3838
```
39-
⚠ This example might require you modify it for proper use in your own game.
4039

4140
The module loads by default your `logo.png` as title, you can set your own image with `setTitleRankingsSprite()`.
4241
```java

0 commit comments

Comments
 (0)