_
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user