CaptainCoderOrg / CapMan

A Pac Man Inspired Game for Learning and Fun!
3 stars 4 forks source link

Debug Grid rotation and misalignment #24

Closed cod3m0nk closed 6 months ago

cod3m0nk commented 6 months ago

I am experiencing an issue with the debug grid not displaying correctly when running the game. The grid appears rotated and positioned outside the game area:

DebugGrid

Steps to Reproduce:

  1. Launch the game.
  2. Activate the debug grid pressing g.
  3. Observe that the debug grid is displayed rotated and positioned outside the game area.

Expected Behavior: The debug grid should be properly aligned within the game area, providing an accurate representation of the board for debugging purposes.

Additional Information: I am currently running the game on Linux, which may be causing the observed issue. It is possible that there might be an incompatibility that makes Raylib work differently on Linux. If someone can confirm that the issue can be reproduced on Windows builds that would be great.

jcollard commented 6 months ago

I can confirm this is happening on my build as well. Thank you for reporting this.