diff options
author | Florian Jung <flo@windfisch.org> | 2015-08-11 02:57:18 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2015-08-11 02:57:18 +0200 |
commit | 078afaad7b988e20bb3dc36a5b1821c08d8a6a99 (patch) | |
tree | b15a8e65c597549dd4a24090c36e3978fbbd49e7 /gui.py | |
parent | a5338ee3d9b2342db41bd603889e20e761a3a5ce (diff) |
draw forbidden directions (debug output)
Diffstat (limited to 'gui.py')
-rw-r--r-- | gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -242,4 +242,4 @@ def draw_frame(): if event.type == MOUSEMOTION: c.send_target(*win_to_world_pt(event.pos, c.player.center)) - pygame.display.update()
\ No newline at end of file + pygame.display.update() |