feat(debug/mini_map): round mini map #7
2
main.py
2
main.py
@ -112,7 +112,7 @@ def mainLoop():
|
||||
display.blit(fps_surf, (0, 0))
|
||||
display.blit(cPos_surf, (0, fps_surf.get_height()))
|
||||
display.blit(cRot_surf, (0, fps_surf.get_height() + fontSize))
|
||||
pygame.draw.rect(display, BLACK, (0, 100, 200, 200))
|
||||
pygame.draw.circle(display, BLACK, (100, 200), 100)
|
||||
for i in level:
|
||||
a = Poincare2Klein(i.pointA)
|
||||
b = Poincare2Klein(i.pointB)
|
||||
|
Loading…
Reference in New Issue
Block a user