Feature/cosmetics #6

Merged
vlw merged 0 commits from feature/cosmetics into master 2020-11-30 01:24:33 +01:00
vlw commented 2020-11-30 01:23:22 +01:00 (Migrated from codeberg.org)

Closes issue #2 as validate() won't even be performed on a init level anymore; cosmetic values are set from update() as of this commit. That means PHPSESSID and cosmetic values will get separated.

  • 18b6ef

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.

Closes issue #2 as `validate()` won't even be performed on a __init__ level anymore; cosmetic values are set from `update()` as of this commit. That means `PHPSESSID` and cosmetic values will get separated. * 18b6ef 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.
Commenting is not possible because the repository is archived.
No description provided.