Shade (merchant-shade.itch.io) entity animation tests
This commit is contained in:
parent
2681cbd957
commit
6fdf7279ce
10 changed files with 1813 additions and 3 deletions
|
|
@ -581,6 +581,9 @@ PyObject* PyInit_mcrfpy()
|
|||
mcrfpydef::PyWangSetType.tp_methods = PyWangSet::methods;
|
||||
mcrfpydef::PyWangSetType.tp_getset = PyWangSet::getsetters;
|
||||
|
||||
// Texture methods (from_bytes, composite, hsl_shift)
|
||||
mcrfpydef::PyTextureType.tp_methods = PyTexture::methods;
|
||||
|
||||
// LDtk types
|
||||
mcrfpydef::PyLdtkProjectType.tp_methods = PyLdtkProject::methods;
|
||||
mcrfpydef::PyLdtkProjectType.tp_getset = PyLdtkProject::getsetters;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue