Skip to content

Commit

Permalink
Deal with issues in 185 and 186.
Browse files Browse the repository at this point in the history
  • Loading branch information
MengelCode committed May 11, 2024
1 parent bb15467 commit f76b301
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion finalfate/gameScreens/goodEnding.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function goodEndingScene(){
if(aniCount>80){
if(!endingTextCode){
endingTextCode = new EndingText();
bgm_sus.play();
simplyPlaySound(bgm_sus);
}
endingTextCode.updateRoutine();
endingTextCode.renderRoutine();
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ instantly.

There are severals for you to play the game. Decide which one you like to use. \
\
**ATTENTION: Especially if you have played a version prior to the update state of version 1.00, it is crucial you flush your browser cache. Otherwise, you might have a version missing of the recent additions due to an older version in your device's memory.**

**1) Give it a quick look on my server** \
If you do not want any big setup, but simply a quick round of action, you should definitely look [here](https://manuel-engel.de/finalfate/finalfate). \
\
Expand Down

0 comments on commit f76b301

Please sign in to comment.