🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
This commit is contained in:
parent
109a51a147
commit
36dcb7b4af
3
LICENSE
Normal file
3
LICENSE
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Copyright (c) 2018-2024 Jon Michael Aanes
|
||||||
|
|
||||||
|
All rights reserved.
|
24
README.md
24
README.md
|
@ -0,0 +1,24 @@
|
||||||
|
<!--- WARNING --->
|
||||||
|
<!--- THIS IS AN AUTO-GENERATED FILE --->
|
||||||
|
<!--- MANUAL CHANGES CAN AND WILL BE OVERWRITTEN --->
|
||||||
|
|
||||||
|
# Spritesheet
|
||||||
|
|
||||||
|
Library for managing sprite sheets of textures and animations.
|
||||||
|
|
||||||
|
Has support for both individual images in spritesheets and animations. This
|
||||||
|
can be specified from a lua file placed beside the spritesheet image file.
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
|
||||||
|
- When drawing an image or animation when a shader is defined the library may
|
||||||
|
send certain useful constants along, notably `spritesheet_inverse_width` and
|
||||||
|
`spritesheet_inverse_height`.
|
||||||
|
|
||||||
|
# License
|
||||||
|
|
||||||
|
```
|
||||||
|
Copyright (c) 2018-2024 Jon Michael Aanes
|
||||||
|
|
||||||
|
All rights reserved.
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user