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:
@@ -21,7 +21,7 @@ public class LoadingScene extends Scene
|
|||||||
subtitle = new Text(subtitle_content);
|
subtitle = new Text(subtitle_content);
|
||||||
tatli = new Image("images/kebab-pack/tatli-ekmek-256x256.png");
|
tatli = new Image("images/kebab-pack/tatli-ekmek-256x256.png");
|
||||||
|
|
||||||
Font font = fonts.get("Fonts/BitcountGridDouble-Regular.ttf");
|
Font font = fonts.get("fonts/BitcountGridDouble-Regular.ttf");
|
||||||
title.center(0, 3);
|
title.center(0, 3);
|
||||||
title.font(font);
|
title.font(font);
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ public class StatsCollection {
|
|||||||
|
|
||||||
public static Text[] createTexts(Scene scene) {
|
public static Text[] createTexts(Scene scene) {
|
||||||
Text[] texts = new Text[10];
|
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");
|
Text money = new Text("0");
|
||||||
money.color("#000000");
|
money.color("#000000");
|
||||||
|
|||||||
Reference in New Issue
Block a user