diff options
| author | troido <troido@hotmail.com> | 2018-01-01 21:46:05 +0100 |
|---|---|---|
| committer | troido <troido@hotmail.com> | 2018-01-01 21:46:05 +0100 |
| commit | 4108e9d6de64b4b8e9980a02158df34651986475 (patch) | |
| tree | 3c699b2985d1a6eae92b833354c60a8aac32d23f /asciifarm/client/gameclient.py | |
| parent | e87567fe44c9fca97d251b94d5d24ce4b590e8a3 (diff) | |
server now sends list of sprites per cell to client. ground uses eventtarget too in interaction with room
Diffstat (limited to 'asciifarm/client/gameclient.py')
| -rw-r--r-- | asciifarm/client/gameclient.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asciifarm/client/gameclient.py b/asciifarm/client/gameclient.py index 0ab5fb5..b3b046b 100644 --- a/asciifarm/client/gameclient.py +++ b/asciifarm/client/gameclient.py @@ -86,7 +86,7 @@ class Client: mapping[spr]) for i, spr in enumerate(fieldCells)) - if msgType == 'changecells'and len(msg[1]): + if msgType == 'changecells' and len(msg[1]): self.display.drawFieldCells(msg[1]) if msgType == "playerpos": |
