Derive UIEntity from UIDrawable #51
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#51
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?
13 feat: UIEntity should be a UIDrawable; borrow UISprite functionality [depends on sprite refactor]
Depends on #17
decision: should UIEntity be drawable on the base window? I guess it would have to be; could be interesting to add an Entity to a "status card" frame in addition to a grid, and have their current sprite shown in both places automatically.
This is a WONTFIX - while the rendering style that UIEntity requires of Sprite will be standardized (for Grid to have UIDrawable children), ultimately there is no requirement to draw "Entities" outside of Grids. The two classes will stay tightly coupled and we won't derive Entity from Drawable.