Forest Walk

Just a simple walking simulator/maze game, with graphics based off of Hero's Song. Collect enough mushrooms to unlock the exit, then find the red gem to advance to the next level.
#### Controls:
Arrow Keys / WASD
#### Changelog:
- fixed player still having debug speed
- removed leftover assets
- opened up an inaccessible passage
- re-added placeholder music made during jam



Comments15
You may want to add some sounds to the game next time as it would have made finding the mushrooms that much more satisfying.
Some minor issues, I noticed:
- resizing the window does not keep aspect ratio and thus the art can get distorted
- especially when moving horizontally there sometimes was noticeable pixel bleeding at the mushrooms and you could see magenta lines
- you could walk behind the deactivated gem
- some mushrooms in the third level were too hidden and you could only see a few pixels behind the colourful trees
I guess there was no gem in the final level as the mushrooms spelled "You won", but maybe it was just to well hidden away.
Also, I always love to see libGDX entries. :thumbsup:
Graphics were good and the use of TiledMap kept the drawing efficient (even if the level behind the scenes is massive)
On size of maps - I did find myself getting rather lost rather easily but the paths tiles helped a bit. I'll make one wee gripe about some of the collision being a little off (bottom left corner rather than centre?) but I enjoyed playing this! :) Good stuff