https://github.com/steelx/dungeon-bevy
I'm attempting to learn Game development with Bevy by making this Dungeon game. But map is not loading right, I used Herbert "TheBracket" book as inspiration.
Monsters and Player load fine if I dont render map. But if I render Map, monsters wont load.
Also Map is not rendering with correct offset, any suggestion please.