Implemented custom cursor

This commit is contained in:
2026-06-22 09:10:17 +02:00
parent 4298cf333a
commit a618e43f4f
2 changed files with 19 additions and 0 deletions
@@ -16,6 +16,7 @@ public class LoadingScene extends Scene
private Image tatli;
public LoadingScene() {
title = new Text("Royal Kebab");
subtitle_content = "Loading";
subtitle = new Text(subtitle_content);