Shade (merchant-shade.itch.io) entity animation tests

This commit is contained in:
John McCardle 2026-02-16 20:19:39 -05:00
commit 6fdf7279ce
10 changed files with 1813 additions and 3 deletions

View file

@ -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;