Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

1. Do you mind defining "cannot recognize"? Are you referring to the writing being set up to have two separate names, or did you mean something separate?
It's possible I could maybe account for both names being the same - I'll have to think about it.

2. Are there other areas you noticed broken collision, or are you referring to just that one chest?
I'll add a check there to make sure the player is facing up. :)

Thank you for the bug report!

Yes, as in cross reference. That way you can make alternate dialogue for when it's detected,, or have it detected when it's entered to forbid the player from doing it. A surprising number of games pass the test.

In general, a lot of objects will react from multiple sides, and in the statue area there are tons of solid tiles where there shouldn't be which probably isn't intentional.

I get what you mean about the name stuff. I'll consider whether or not I want to commit to adding separate dialogue for it (there's currently quite a bit of dialogue about switching names back and forth, and a bit more stuff tentatively planned). I'll have to think about it. 
Thanks for making me aware of that.

There are some objects that I INTEND for you to be able to interact from multiple sides (signs and chests for example) because I don't really see the point in preventing it. For example, I'm not sure a text box saying "you can't read the sign from this side" really improves gameplay.
However, in cases like the one you screenshotted, where you definitely shouldn't be able to open something from there, that definitely needs a bugfix.

The invis solid tiles there are actually a leftover from earlier in development. You're right, I should probably remove them. :)