gamedev
Added a UI bar at the bottom which displays the current tile. I also added a yellow outlined rectangle which represents the area that is actually seen in game. Since the player can walk to one side and appear at the other, I have to include tiles that appear offscreen, so naturally the editor window is larger than the actual game window. This outline shows what will actually be visible.
gamedev
Okay, I've been neglecting on a Windows port for my SFML game, Distant Ruins for quite awhile now. If anyone is willing to do it, that would be appreciated. You should be able to compile it with MinGW. The build.sh script can easily be converted into a batch file with a few modifications. Run it and you should be able to get a working Windows executable.
Let me know if you are able to do this.
gamedev
Got the enemy to attack when the player is at most, 4 tiles away from the player and is facing the player. Though admittedly, it should be lower. I was just testing the conditions and I will lower the range to make it more reasonable.
I also got the hitbox to change size during the attack, but that's not demonstrated in this recording.