Skip to content

Commit

Permalink
issue-187 Display a version
Browse files Browse the repository at this point in the history
  • Loading branch information
MengelCode committed Oct 12, 2024
1 parent 664b13a commit 86cee32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions finalfate/gameScreens/titleScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/**
Expand Down

0 comments on commit 86cee32

Please sign in to comment.