less print
This commit is contained in:
parent
e904501021
commit
9bc2518a08
1 changed files with 1 additions and 2 deletions
|
|
@ -9,7 +9,6 @@
|
||||||
import atexit
|
import atexit
|
||||||
|
|
||||||
import pygame
|
import pygame
|
||||||
from rich.console import Console
|
|
||||||
import typer
|
import typer
|
||||||
from typer import Typer
|
from typer import Typer
|
||||||
|
|
||||||
|
|
@ -77,7 +76,7 @@ class Client:
|
||||||
self.others = [hero for hero in HeroRead.list() if hero.id != self.hero.id]
|
self.others = [hero for hero in HeroRead.list() if hero.id != self.hero.id]
|
||||||
|
|
||||||
def render(self):
|
def render(self):
|
||||||
Console().print(self.hero)
|
# Console().print(self.hero)
|
||||||
self.screen.fill((0, 0, 0))
|
self.screen.fill((0, 0, 0))
|
||||||
|
|
||||||
for other in self.others:
|
for other in self.others:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue