Feature/cosmetics #6
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
vlw/labylib!6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/cosmetics"
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?
Closes issue #2 as
validate()won't even be performed on a init level anymore; cosmetic values are set fromupdate()as of this commit. That meansPHPSESSIDand cosmetic values will get separated.All customizable elements of 'Hat' and 'Cape' are now implemented.
Values are now submitted directly from the 'update()' which means you can easily chain actions without having to create a new instance.
Removed 'validate()' for now.
Removed 'init.py' from repo root as labylib should be installed as a Python package.