This commit is contained in:
2021-09-06 18:32:02 +02:00
parent a0c7caf727
commit e112ce52e3
17 changed files with 72 additions and 33 deletions

View File

@@ -2,6 +2,9 @@ import pygame.draw
class Line:
object_type = "nr"
def __init__(self, a, b, width, color, scene):
self.a = a
self.b = b