Implement up and down direction for swimming fish#3237
Implement up and down direction for swimming fish#3237provigz merged 4 commits intoSuperTux:masterfrom
Conversation
|
I don’t think Swimming Fish moving up and down needs to literally look up and down. I‘d even argue that‘d look worse. They simply just need to move up and down on the spot (range can be set in editor). A bit like Dive Mine but obviously a bit further |
|
Okay. In that case, the first two points are not needed. The first one may be still handy for other purposes. There's just one issue with the chasing fish. When the fish stops chasing Tux, shall it continue moving horizontally, vertically, or how? I currently implemented that so it moves horizontally no matter what. But maybe it should move based on how it was moving originally. Or maybe according to the direction in which Tux escaped? |
Frostwithasideofsalt
left a comment
There was a problem hiding this comment.
Visually looks a bit odd, but it works
|
Can I have a video on how it looks? Don't feel like compiling / downloading a nightly build. |
|
simplescreenrecorder-2025-05-26_19.17.46.zip |
fixes #2573
I hate the implementation but some compromise has to be done in order to fit it into 0.7.0. To make the code nicer, I need all the following:
As this seems as a bigger task, the question is, whether it makes sense to put it into 0.7.0 or not. There are three options: