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

Animated doors #167

Closed
cxong opened this issue Nov 7, 2013 · 4 comments
Closed

Animated doors #167

cxong opened this issue Nov 7, 2013 · 4 comments
Labels

Comments

@cxong
Copy link
Owner

cxong commented Nov 7, 2013

Doors open and close instantly. Can a subtle animation be added, showing the door sliding in/out?

It may even be possible to do this without introducing new graphics, just fancy blitting.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@cxong
Copy link
Owner Author

cxong commented May 20, 2015

Now that we have bigger doors, sliding isn't too appropriate. We may have to animate the doors sinking into the floor instead.

Therefore, it's best to do this with replacement graphics.

@cxong
Copy link
Owner Author

cxong commented Nov 21, 2016

#430 was done recently, so this can be implemented via animations. Maybe the same animation played in reverse can be used for opening/closing.

However, doing so will require reworking the door graphics and drawing system. The vertical door graphics are too short to animate. The open door sprites should be combined with the close door sprites so that one animates into the other.

@cxong
Copy link
Owner Author

cxong commented Nov 30, 2016

If we edit the door sprites to support wider doors (#474), we could still animate sliding. For example, a 2-width door could slide from both sides into the middle.

I wonder if different doors should have different animation types?

@cxong cxong added assets and removed enhancement labels Nov 30, 2016
@cxong cxong removed this from the Backlog milestone Aug 7, 2019
@cxong cxong added this to the 0.12.0 milestone Mar 28, 2021
@cxong cxong modified the milestones: 0.11.1, 0.12.0 Apr 13, 2021
@cxong cxong modified the milestones: 0.12.0, 0.13.0 May 21, 2021
@cxong cxong removed this from the 0.13.0 milestone Jul 11, 2021
@cxong cxong closed this as completed in 2a299c8 Jan 11, 2022
@cxong
Copy link
Owner Author

cxong commented Jan 11, 2022

door

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

No branches or pull requests

1 participant