UIDrawable Z-order #63
Labels
No Label
Alpha Release Requirement
Bugfix
Demo Target
Documentation
Major Feature
Minor Feature
Refactoring & Cleanup
Tiny Feature
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: john/McRogueFace#63
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?
48 feat: z-order on UIDrawable; all derived classes to render children in z-order without modifying the sequence they are stored in [depends on UIEntity becoming UIDrawable]
Depends on #51
"Z-order" can default to zero, and the behavior is identical to current configuration.
Inspired by a shortcoming (bug?) in Crypt of Sokoban - Boulders go "under" the buttons on the ground, because the boulders were added during room generation, and the button/exit were generated after hallway generation.