Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note in the documentation that NobleSprites sourced from imagetables need to have their size set manually #83

Open
gatesphere opened this issue Jun 24, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@gatesphere
Copy link

gatesphere commented Jun 24, 2024

Describe the feature
Simple documentation request -- a note that indicates any NobleSprites sourced from an imagetable will need to have their size set manually, or else they will not display. It is potentially confusing to a new user. This is inconsistent behavior, as a sprite loaded from an image (not imagetable) is sized automatically and just works. If behavior is going to be different based on how the sprite is instantiated, this really should be called out in the docs.

Describe alternatives you've considered
Alternatively, change the code to do the size setting automatically, but this has additional overhead.

What problems would this solve or help prevent, if any
Prevent loss of time debugging sprite simply not displaying.

Additional context
N/A

@gatesphere gatesphere added the enhancement New feature or request label Jun 24, 2024
@sourencho
Copy link

I ran into the same issue when I first started using the engine and it took me very long to figure out why

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants