Java FX Road Tiles
How can I draw a ‘Type 1’ roadtile in JavaFX as shown in the image? It’s a quarter circle that changes orientation based on degrees (0, 90, 180, 270). Any guidance on how to implement this would be greatly appreciated!
How can I draw a ‘Type 1’ roadtile in JavaFX as shown in the image? It’s a quarter circle that changes orientation based on degrees (0, 90, 180, 270). Any guidance on how to implement this would be greatly appreciated!