add new tiles right at the "end" of the existing tiles instead of interspersing them #6
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: max/pixsy#6
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
currently, pixsy will use the first available ID for each tile added. but if a user has often deleted tiles, then pixsy's tiles will be interspersed with their other tiles in the tile browser. it's probably better if each room created in pixsy has its own contiguous block of tiles.
keeping in mind that an ID can be an arbitrary string, maybe it's worth filtering the set of IDs to just the type that bitsy naturally produces (base36), finding the highest one and incrementing it to give us our new starting ID.