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

Ice blade projectile not rendering #9

Closed
prgmatic opened this issue Jan 31, 2019 · 2 comments
Closed

Ice blade projectile not rendering #9

prgmatic opened this issue Jan 31, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@prgmatic
Copy link
Owner

@prgmatic prgmatic added the bug Something isn't working label Jan 31, 2019
@prgmatic
Copy link
Owner Author

Ugh, Terraria's code makes really hard to track down exactly which lines of code draws the projectile. I picked the wrong game to mod xD

@prgmatic
Copy link
Owner Author

prgmatic commented Feb 3, 2019

Turns out GetAlpha() on the dust returns (255, 255, 255, 0) and then uses that as the color to draw it as. The alpha is 0 so of course it's not going to show up :\ Not sure what is going on here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant