VERSION 1.5: Finales Beenden, Spielanleitung hinzugefügt

This commit is contained in:
2025-05-06 17:40:17 +02:00
parent 6607cd500e
commit 0129672e7e
4 changed files with 151 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ class ButtonManager {
{ id: "lobbyBtn", route: "/dashboard/lobby" },
{ id: "accountBtn", route: "/dashboard/account" },
{ id: "logoutBtn", route: "/api/account/logout" },
{ id: "tutorialBtn", route: "https://www.youtube.com/watch?v=1fkV5rB13jQ" },
{ id: "tutorialBtn", route: "/introduction" },
{ id: "highScoreBtn", route: "/highscores"}
];