Closed YanWittmann closed 3 years ago
If the player setting battleMapImage is set to nothing or an invalid image, the player freezes completely.
battleMapImage
Fixed the issue by replacing it with the image res/img/null.png when it is missing.
res/img/null.png
Doesn't seem to have worked...
Fixed this issue by adding image res/img/null.png and res/img/notnull.png to the player.
res/img/notnull.png
If the player setting
battleMapImage
is set to nothing or an invalid image, the player freezes completely.