diff options
author | Florian Jung <flo@windfisch.org> | 2015-08-10 01:25:23 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2015-08-10 01:25:23 +0200 |
commit | f8fc2972e9ebd3fa335c249c9a1717ab1a30ebf7 (patch) | |
tree | c561b37db97ff32ee355b2b27e32c91f48209ecc /gui.py | |
parent | 3c1a9eea57e162b911585712cac0aa7bb00c10bf (diff) |
rename stuff
Diffstat (limited to 'gui.py')
-rw-r--r-- | gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ def set_client(cl): global c c=cl -def tick(): +def draw_frame(): global screen global movement |