You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2018. It is now read-only.
As far as I know, we added this warp to prevent monsters from standing on the ladder. We need a better way to handle that, like probably having a collision flag for this.
I think I placed it there mostly because it also could look a bit weird if you simply climb the ladder with the usual walk animation... (and then maybe turn left and right...). But not sure if it would really look weird...
though monsters standing on the ladder are a valid concern too...
I think this could be solved by a more flexible collision system. For example special ground tiles could be marked as "ground" with "WALK" as animation, water as "water" with "SWIM" animation. Then a ladder could simply be a "ladder" with a "CLIMB" animation. Also it could be interesting to add certain status effects/attribute effects like slowing done movement. One could even do crazy stuff like buff lightning damage while in water or something like that...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We currently warp the player up and down if he touches the ladder north of the temple.
Loki
reported this as a bug via mail and I agree that it feels kind of weird.The text was updated successfully, but these errors were encountered: