This commit is contained in:
Waylon Walker 2023-06-28 09:11:49 -05:00
parent d747299c95
commit f0f1ce5018
3 changed files with 19 additions and 22 deletions

View file

@ -16,7 +16,7 @@ class Player:
self.hero = HeroCreate(**hero.dict()).post()
self.game = game
self.others = Heros(heros=[])
self.others = [] #Heros(heros=[])
self.width = 16
self.height = 16
self.white = (255, 255, 255)