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

Trapped inside a wall #6

Open
adbutterfield opened this issue Aug 14, 2014 · 2 comments
Open

Trapped inside a wall #6

adbutterfield opened this issue Aug 14, 2014 · 2 comments

Comments

@adbutterfield
Copy link

I was going right and down until I hit a wall on the right I couldn't pass, then headed back left. I got to one screen where I would partially fall through the floor and drop into the ceiling of the screen below.
As seen here:
screen shot 2014-08-14 at 1 35 08 pm
At that point, I've hopped most of the way across that screen, going left.

If I jump, I'll get back into the screen I should be in. (I couldn't get a screen shot of that, I couldn't jump and get a screen shot at the same time.

When I keep going left, into the next screen, I end up inside the wall.
As seen here:
screen shot 2014-08-14 at 1 40 22 pm

I can go back right into the previous screen, and keep going right again into the following screen, and everything is fine again.

@BonsaiDen
Copy link
Owner

It's basically the known behavior when you're outside of normal rooms :) The collision detection only works in the way that you're actively moving (at the very border of the character). In the final game (which will have a completely different world) there won't be any empty rooms, so thing like these cannot happen :)

For the time being, enjoy the glitches! :D

@arcanis
Copy link

arcanis commented Oct 7, 2014

[...] there won't be any empty rooms, so thing like these cannot happen :)

As a side note, that will make me very sad. This kind of bug is awesome. I've found a lot of unreachable rooms simply by dropping myself into the White Space at the right of the map and moving left (or right, since it warps).

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

3 participants