~cnx/axuy

47665bf18a6e9e0be6a581a85847fd2f2a37a8fe — Nguyễn Gia Phong 3 years ago 3cfba0c 0.0.12
Update credits and bump to 0.0.12
2 files changed, 15 insertions(+), 1 deletions(-)

M README.md
M axuy/peer.py
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