ncase / wbwwb

We Become What We Behold – a minigame about the news!
1.15k stars 235 forks source link

Fix game crash from localization #45

Open WillYuum opened 2 years ago

WillYuum commented 2 years ago

Game is crashing with this error:

Error: Scene_Preloader.js:49 Uncaught ReferenceError: textStrings is not defined

The variable textStrings was not even created so I handled that.