Commit graph

11 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
a8db13cbf6 Merge branch 'feature/labylib-core' 2020-11-15 15:59:40 +01:00
f3ac6b1f5d Create __init__.py
Created __init__.py to handle git submodule references.

I expect this file, along with all the others to change a lot over time
2020-11-15 15:58:17 +01:00
Victor Westerlund
488c64a45d
Merge pull request #1 from VictorWesterlund/feature/labylib-core
Pre-release 0.1.0
2020-11-15 15:11:47 +01:00
566ccc4a54 Pre-Release 0.1.0
First proof of concept pre-release.
2020-11-15 15:05:38 +01:00
Victor Westerlund
f8c8071702
Update README.md 2020-11-15 15:02:47 +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
c7194c6039 Corrected filename
Oopsie commit!

Filename 'animate.py' is now corrected to 'animated-textures.py'
2020-11-12 02:54:32 +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
Victor Westerlund
3b17bfc1e4
Initial commit 2020-11-11 20:50:13 +01:00