Hey! The game looks good, and controls are smooth, nicely done! But I got stuck for some reason - I believe I got the key, but the door didn't open (I tried to press E near it but nothing happened). So I ended up locked on the level with trees only (but I enjoyed chopping them all down xd). Is there some trick for how to open the door?
Viewing post in DOOMDELVE jam comments
I believe I figured out the issue. The player collision box is slightly too large so you technically clip into the door when too close to it, so your raycast is pointing at 'nothing'.
In an upcoming fix, I will revise player collisions and add text UI helpers to let the player know when they're able to press E to interact with doors, resources, etc.