mcrfpy.Entity __repr__ lies #217
Labels
No labels
Alpha Release Requirement
Bugfix
Demo Target
Documentation
Major Feature
Minor Feature
priority:tier1-active
priority:tier2-foundation
priority:tier3-future
priority:tier4-deferred
Refactoring & Cleanup
system:animation
system:documentation
system:grid
system:input
system:performance
system:procgen
system:python-binding
system:rendering
system:ui-hierarchy
Tiny Feature
workflow:blocked
workflow:needs-benchmark
workflow:needs-documentation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
john/McRogueFace#217
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
More associated weirdness. Why does an entity have to be associated with a grid to have its position assigned?
.posis not accessible when not on a grid - can't be read or written. But the same position is applied when the entity is added to another grid, or back to the same. Position is a property on the entity... ...yet it's only accessible if the entity is on a grid.Nominally, a position would be a property of the relationship between Entity and Grid. When removed from a grid, they'd truly be positionless. To be added to a grid, EntityCollection would also require a position value. But that's enormously complicated. Is this "can't access your own position element" really a good fit?