We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadac21 commit 1b0a44dCopy full SHA for 1b0a44d
playground/extensions/extensions-4-endscreen.md
@@ -36,7 +36,6 @@ To guarantee the correct ranking, you must set this module's score property in y
36
endScreenModule.setScores(gameManager.getPlayers().stream().mapToInt(p -> p.getScore()).toArray());
37
}
38
```
39
-⚠ This example might require you modify it for proper use in your own game.
40
41
The module loads by default your `logo.png` as title, you can set your own image with `setTitleRankingsSprite()`.
42
```java
0 commit comments