mirror of
https://inf.pirckheimer-gymnasium.de/kebab/kebab
synced 2026-08-26 16:31:23 +00:00
Fixed issue #1
This commit is contained in:
@@ -33,7 +33,7 @@ public class StatsCollection {
|
||||
|
||||
public static Text[] createTexts(Scene scene) {
|
||||
Text[] texts = new Text[10];
|
||||
Font font = fonts.get("Fonts/BitcountGridDouble-Regular.ttf");
|
||||
Font font = fonts.get("fonts/BitcountGridDouble-Regular.ttf");
|
||||
|
||||
Text money = new Text("0");
|
||||
money.color("#000000");
|
||||
|
||||
Reference in New Issue
Block a user