armin-reichert / pacman-javafx

Cloning the classic games Pac-Man (Arcade), Ms. Pac-Man (Arcade), Ms. Pac-Man (Tengen) in JavaFX (2D+3D).
MIT License
102 stars 18 forks source link

General: Fix rendering workaround in 2D scenes for map cavities (wall paths into the map area) #15

Open armin-reichert opened 3 weeks ago

armin-reichert commented 3 weeks ago

There is still an issue with the y-coordinate of the line that should be aligned with the double stroke of the normal path drawn for the outer walls.

armin-reichert commented 1 week ago

The vector renderer needs to be reworked to be closer to the sprite based renderer.