You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Weltmeister will produce invalid level JSON if a double-quote is used anywhere in the settings of one of your entities.
For example: Say you have an Entity called EntityText, and it has a text property with a value of "Hello". These double-quotes will seem to work fine, but when you save, the JSON produced will be invalid. And when you refresh and try to reload the level, the level will not parse.
Weltmeister will produce invalid level JSON if a double-quote is used anywhere in the settings of one of your entities.
For example: Say you have an Entity called
EntityText
, and it has atext
property with a value of"Hello"
. These double-quotes will seem to work fine, but when you save, the JSON produced will be invalid. And when you refresh and try to reload the level, the level will not parse.This is caused by a bug in
JSONFormat
:Impact/lib/weltmeister/weltmeister.js
Lines 410 to 413 in ca59f0e
Bug details and a fix can be found here: phoboslab/json-format#2
The text was updated successfully, but these errors were encountered: