adding better game world representation #2
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "worlds"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
This representation no longer forces the player to track every object in the world individually, world objects can now be added with a fire-and-forget attitude.
This should allow for props and tilemap data to be handled with less boilerplate.