"name" field on UIDrawables #39
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#39
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?
Notes say:
56 feat: "name" field on UIDrawables; optional way to label without holding variables to all of them everywhere
for searching and replacing. It's easier to neatly couple your modules if they can get UI elements with a string instead of
scene.elements[x]
or whatever; reduces barely useful variables in Python's scope; allows better debug info + debugging