Exact actions, test name and scenario, or code for duplicating the bug.
Run the code with the version that includes an initial sprite image, the feet are just clipped off. Adjusting the sprite_locations dictionary in src/diamondquest/view/map/player.py to pick a sprite towards the bottom right of the sprite sheet will show other issues.
A detailed description of the exact bug. This includes compiler warnings, terminal output, Valgrind output, crash reports, and all other such information.
This seems to be something to do with the texture resolution for the sprite, setting a value of 20 rather than the expected 16 in constants.py more or less displays the sprite correctly. However, there is no integer value for which all of the figures can be selected without issue.
Your development environment; at the minimum, include your operating system. If you are staff, you are expected to be running the company’s standardized development environment. Otherwise, you should include your exact compiler version, linked library versions, compiler settings, and all other relevant development data.
Python running on linux.