diff options
author | SpitfireX <timm.weber@me.com> | 2015-08-10 04:52:32 +0200 |
---|---|---|
committer | SpitfireX <timm.weber@me.com> | 2015-08-10 04:52:32 +0200 |
commit | f4f09a0b85ffc98ea9daad669870526124daa366 (patch) | |
tree | 43157674baac5378e9763ed9bdeeb5c9b15ace13 /.gitignore | |
parent | 42c30f13bff6da92fdc729f26a6ebd9cf174e27b (diff) |
Made input locked by default and some cleanups
- "lock movement" has now become "lock input" and input is locked by
default
- tried cleaning up global variables in gui.py (partially successful)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7e99e36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pyc
\ No newline at end of file |