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
The default world is loaded from a hard-coded path "world.json"
A better name would be "default-world.json", but beside that, it should be configurable.
You should be able to place worlds in a "worlds" folder, for instance.
Similarly, the animations for an entity are loaded from "animations/.json"
You may want to store these elsewhere.
The default world is loaded from a hard-coded path "world.json"
A better name would be "default-world.json", but beside that, it should be configurable.
You should be able to place worlds in a "worlds" folder, for instance.
Similarly, the animations for an entity are loaded from "animations/.json"
You may want to store these elsewhere.
skele2d/source/Editor.coffee
Line 275 in 21d3d1a
skele2d/source/base-entities/Entity.coffee
Line 25 in 21d3d1a
The text was updated successfully, but these errors were encountered: