You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only the main screen image is not affected by this (because it starts at 0).
This will be done by finally implementing the Renderer static class which will have a lot of functions to allow for easier rendering :
drawImage(Graphics 2D g, BufferedImage image, int posX, int posY)
drawString(...)
drawPixel(...)
drawLine(...)
many other draw methods
The text was updated successfully, but these errors were encountered:
Roukira
changed the title
fix All lemmings drawings misplaced by one pixel (does not affect physics)
fix All things drawn into the screen misplaced by one pixel too high(does not affect physics)
May 16, 2018
Only the main screen image is not affected by this (because it starts at 0).
This will be done by finally implementing the Renderer static class which will have a lot of functions to allow for easier rendering :
The text was updated successfully, but these errors were encountered: