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
We should have all of the functions that interact with Tiled maps be pulled out into a utility module.
And more should be added, like a generic function that parses and normalizes properties. All custom properties in Tiled are strings, but we can and should convert them smartly. Eventually maybe even convert things to our own classes, in addition to primitives.
The text was updated successfully, but these errors were encountered:
We should have all of the functions that interact with Tiled maps be pulled out into a utility module.
And more should be added, like a generic function that parses and normalizes properties. All custom properties in Tiled are strings, but we can and should convert them smartly. Eventually maybe even convert things to our own classes, in addition to primitives.
The text was updated successfully, but these errors were encountered: