-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Line 275 in 21d3d1a
req.open("GET", "world.json") |
EntityClass.animation_json_path = "./animations/#{EntityClass.name}.json" |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request