diff --git a/finalfate/gameScreens/titleScreen.js b/finalfate/gameScreens/titleScreen.js index b0260f6..e1690e7 100644 --- a/finalfate/gameScreens/titleScreen.js +++ b/finalfate/gameScreens/titleScreen.js @@ -119,6 +119,7 @@ function title_and_copyright_render() { context.font = "17px sans-serif"; context.fillStyle = "white"; context.fillText("GAME (C) 2019-2024 Manuel Engel", 220, 580); + context.fillText("Version 1.05", 565, 580); } /**