-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
Add swimming #1407
Add swimming #1407
Conversation
Removed stuff like walljump, icedash, sliding... unfinished stuff. Might need another commit
Is it intentional that you can spam the jump button to gain hyper speed? I suggest limiting Tux’ speed. Issues:General:
Big Tux:
Fire/ice flower:
Small Tux:
Missing/bad graphics:
Edit: I almost forget: Thank you for the great work! Swimming and sliding is exactly what SuperTux needs and what makes the game fun. |
I've been working on a new add-on for SuperTux for a while now (a.k.a since 2015), and I have a good few levels centred around swimming, so I will test this feature in actual levels (rather than test levels) as soon as I can, and I will make sure to leave as much feedback as I can. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope, these comments might help making the pr even better. I didn't test it yet, so this is mostly code-style/code-organization related.
I've fixed some bugs with this PR. I marked them off that checklist, as well as some suggestions that aren't necessary for this PR to be merged/things I can't replicate or reproduce or see as a problem. |
Your new changes removed Tux’ backflip animation. |
Tux is planned to have a new backflip animation eventually anyway that
isn't rotated.
…On Fri, May 29, 2020, 9:38 PM Lennard Hofmann ***@***.***> wrote:
Your new changes removed Tux’ backflip animation.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1407 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJPWEMVQRZL2F64OIZO7N23RUCEWDANCNFSM4NIX2U5A>
.
|
What's the plan with the backflip? I kind of liked the old behavior and haven't really seen much reason to change it. |
@Grumbel: At some point, the backflip will be redrawn to look better, as the rotating behavior definitely has room for improvement (a hand drawn flipping animation is ideal) (would be part of the Tux graphics revamp, see #1110 for more). However, if a stable release happens before the graphics are updated, then the old behavior will probably be temporarily re-added. |
Here is the revived branch of swimming, which is a planned feature. The code and sprites were created mainly by @Zwatotem and me. Although I have tested and fixed numerous bugs with this feature, it would be nice if anyone can find any that I missed and maybe then this could be merged? Swimming would fit right in the game anyway.