Commit graph

5 commits

Author SHA1 Message Date
18b6ef34e4 Added new cosmetic 'Hat' and finished 'Cape'
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.
2020-11-30 01:18:45 +01:00
64202e7699 Draft: Visibility
Work in progress;

Change visibility of cosmetics with 'Visibility()'

Currently not working. Getting HTTP Conflict response from endpoint. Needs further investigation
2020-11-22 20:29:52 +01:00
566ccc4a54 Pre-Release 0.1.0
First proof of concept pre-release.
2020-11-15 15:05:38 +01:00
f799d1d714 Completed request constructor
Getting cryptic error message from endpoint
"Minimum width and height exceeded. The minimum size is 22x17."

Testing suggests it has something with the binary encoding of the included file to do. Needs investigation
2020-11-15 05:49:06 +01:00
fb9cc79c2c Added Labylib demo program 'animated-textures' (Work in progress)
Created the first demo program for Labylib. 'animated-textures' does as of this commit, not have labylib core attached.

Referenced in 'animated-textures.py' is a TODO where the labylib initiator hook should be called or created.
2020-11-12 02:51:08 +01:00