Posted April 21, 2020 by teamtoolazy
#bug-fix
Updated meta tag in index.html file (line 3) to force UTC-8 encoding to prevent punctuation from converting to special other characters.
file: index.html
<!DOCTYPE html> <html> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><!-- This game was created based off tutorial code from Code Explained - <a href="https://www.youtube.com/c/codeexplained.">https://www.youtube.com/c/codeexplained.</a> --> <!-- Author: Kyuui --> Added changelog.txt file to highlight changed item.