Cruor / LuaCutscenes

Celeste mod that adds cutscenes written in Lua.
MIT License
4 stars 6 forks source link

Fix postcard encoding issues #7

Open Saplonily opened 9 months ago

Saplonily commented 9 months ago

when using language like Chinese, postcard will actually show lots of ?, guessing encoding issues when marshalling the return value of Dialog.Get to lua, and it does.

Saplonily commented 9 months ago

hmm, seems that pausing during the postcard showing will lead to weird things... need we disable pausing when the postcard is in the scene?

Saplonily commented 9 months ago

nvm, we can just use the helpers.disablePause() and helpers.enablePause()