summaryrefslogtreecommitdiff
path: root/gui.py
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2015-08-11 02:57:18 +0200
committerFlorian Jung <flo@windfisch.org>2015-08-11 02:57:18 +0200
commit078afaad7b988e20bb3dc36a5b1821c08d8a6a99 (patch)
treeb15a8e65c597549dd4a24090c36e3978fbbd49e7 /gui.py
parenta5338ee3d9b2342db41bd603889e20e761a3a5ce (diff)
draw forbidden directions (debug output)
Diffstat (limited to 'gui.py')
-rw-r--r--gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index 19690c8..ec4bcc3 100644
--- a/gui.py
+++ b/gui.py
@@ -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()