diff --git a/src/main/java/de/hdm_stuttgart/battlearena/Controller/LoadingScreenController.java b/src/main/java/de/hdm_stuttgart/battlearena/Controller/LoadingScreenController.java index 91c701f8632b2dc261ca0a48b6bb5a60b69009ac..c25671444d0632624ece50070290164ecf0878d3 100644 --- a/src/main/java/de/hdm_stuttgart/battlearena/Controller/LoadingScreenController.java +++ b/src/main/java/de/hdm_stuttgart/battlearena/Controller/LoadingScreenController.java @@ -54,7 +54,12 @@ public class LoadingScreenController implements Initializable { "Jonas has lost his Game Dev Role in Discord.", "Maxe is a light mode user. Poor soul...", "Did you know, that Elias almost destroyed our GitLab Repo?", - "This Game is sponsored by ChatGPTâ„¢" + "This Game is sponsored by ChatGPTâ„¢", + "Jonas mistook frames per seconds with threads per seconds.", + "Did you know, that Jonas accidentally made a Benchmarking software?", + "We spend a whole afternoon debugging, because Jonas was not the smartest fella.", + "Jonas is the original Thread Ripper.", + "AMD is gonna name their next CPU after Jonas." }; private final List<String> shuffledTips = Arrays.asList(loadingTips);