added the best name B)

This commit is contained in:
piowyg 2021-03-30 19:12:14 +02:00
parent 631a0d32e5
commit 51f912f22d

View File

@ -3,6 +3,7 @@ from const import SAPPER_IDLE
class Agent:
def __init__(self, x: int = 0, y: int = 0):
self.name = "Kapitan Bomba"
self.img = SAPPER_IDLE
self.x = x
self.y = y