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

Sprite data and rendering for Expanding/Contracting Pipes are wrong #70

Closed
mariomadproductions opened this issue Feb 17, 2019 · 1 comment

Comments

@mariomadproductions
Copy link
Contributor

mariomadproductions commented Feb 17, 2019

The sprite data currently has:

<value nybble="11" title="Starting Height" comment="The height when the pipe starts moving."/>
<value nybble="12" title="Ending Height" comment="Goes back up when it reaches this height."/>

whereas it should be like this

<value nybble="11" title="Ending Height" comment="Goes back up when it reaches this height."/>
<value nybble="12" title="Starting Height" comment="The height when the pipe starts moving."/>

The rendering (for the sideways pipes at least) doesn't how it is in-game. The sideways "extended length" rendering is offset by +2 (atl least with some length values). E.g. in-game it will be extended by two, but it will show in the editor as being extended by four.

@aboood40091
Copy link
Owner

Fixed in the latest commit.

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

No branches or pull requests

2 participants