isadorasophia / murder

Murder is a pixel art ECS game engine.
https://isadorasophia.com/murder/
MIT License
2.45k stars 61 forks source link

Make editor remember locked layers on WorldAssetEditor #61

Closed saint11 closed 4 months ago

saint11 commented 9 months ago

image The locked status of layers should be remembered after closing the editor. This should be stored on the EditorSettings, though, not on the WorldAsset, since it's a local preference, not a project one.