wip
This commit is contained in:
parent
d747299c95
commit
f0f1ce5018
3 changed files with 19 additions and 22 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue