diff --git a/core/src/com/trs/game/view/Screens/EndScreen.java b/core/src/com/trs/game/view/Screens/EndScreen.java index 17693cc..2278ef9 100644 --- a/core/src/com/trs/game/view/Screens/EndScreen.java +++ b/core/src/com/trs/game/view/Screens/EndScreen.java @@ -53,7 +53,7 @@ public class EndScreen extends Screen { texts.add(new Text(1300, 220, "Credits:", Color.BLACK, 1.5, 0,0)); texts.add(new Text(1300, 180, "MainMenu music by pbondoer@opengameart.org", Color.BLACK, 1, 0,0)); texts.add(new Text(1300, 150, "Ingame music by Jan125@opengameart.org", Color.BLACK, 1, 0,0)); - texts.add(new Text(1300, 120, "Victory tune by Macto@opengameart.org", Color.BLACK, 1, 0,0)); + texts.add(new Text(1300, 120, "Victory tune by Macro@opengameart.org", Color.BLACK, 1, 0,0)); texts.add(new Text(1300, 90, "Lose music by Jan125@opengameart.org", Color.BLACK, 1, 0,0)); texts.add(new Text(1050, 60, "Game Developed by:", Color.BLACK, 1, 0,0)); texts.add(new Text(1250, 25, "GammelJAN@GitLab JonathanHager@GitLab", Color.BLACK, 1.5, 0,0));