summaryrefslogtreecommitdiff
path: root/Koopuzzle
diff options
context:
space:
mode:
Diffstat (limited to 'Koopuzzle')
-rwxr-xr-xKoopuzzle/Koopuzzle.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/Koopuzzle/Koopuzzle.py b/Koopuzzle/Koopuzzle.py
index 510e5e0..73ced82 100755
--- a/Koopuzzle/Koopuzzle.py
+++ b/Koopuzzle/Koopuzzle.py
@@ -14,11 +14,13 @@ from PyQt4 import QtCore, QtGui
########################################################
# To Do:
#
-# - Object Editor
-# - Moving objects around
+# - Object List does not retain indices on loading a
+# Tileset, but Groups do, causing a desync after
+# save/open if at least one object has been deleted
#
-# - Make UI simpler for Pop
-# - C speed saving
+# - Properly refresh the group list icons on load
+#
+# - Do something about slopes
#
########################################################