M README.md => README.md +14 -0
@@ 71,7 71,21 @@ Texture Artist---[rubberduck](https://opengameart.org/users/rubberduck)
* License: [CC0 1.0][cc0]
* `axuy/assets/wall-*.png` ([original][wall])
+### 3D Art
+
+3D Modeler---[Čestmír Dammer](https://opengameart.org/users/cdmir)
+
+* License: [CC0 1.0][cc0]
+* `axuy/assets/chickenV2.*` ([original][chicken])
+
+3D Modeler---[Jeremy Mitchell](https://opengameart.org/users/floatvoid)
+
+* License: [CC0 1.0][cc0]
+* `axuy/assets/rock01.obj` ([original][rock])
+
[yt]: https://www.youtube.com/playlist?list=PLAA9fHINq3sayfxEyZSF2D_rMgDZGyL3N
[agplv3]: https://www.gnu.org/licenses/agpl-3.0.html
[cc0]: http://creativecommons.org/publicdomain/zero/1.0
[wall]: https://opengameart.org/content/handpainted-brick-texture-pack
+[chicken]: https://opengameart.org/content/chicken-animated
+[rock]: https://opengameart.org/content/desert-rock
M axuy/peer.py => axuy/peer.py +1 -1
@@ 18,7 18,7 @@
__doc__ = 'Axuy peer'
__all__ = ['__version__', 'PeerConfig', 'Peer']
-__version__ = '0.0.11'
+__version__ = '0.0.12'
from abc import ABC, abstractmethod
from argparse import ArgumentParser, FileType, RawTextHelpFormatter