diff options
author | James Brown | 2002-07-09 12:38:50 +0000 |
---|---|---|
committer | James Brown | 2002-07-09 12:38:50 +0000 |
commit | a858016827aac1233b05f755b0b7575ac738e91d (patch) | |
tree | 2ebe6fe9d042b1b5c36bde418cc6c6d20e9d0805 | |
parent | 78be33795847ffe864338ea2a8296db223e69579 (diff) | |
download | scummvm-rg350-a858016827aac1233b05f755b0b7575ac738e91d.tar.gz scummvm-rg350-a858016827aac1233b05f755b0b7575ac738e91d.tar.bz2 scummvm-rg350-a858016827aac1233b05f755b0b7575ac738e91d.zip |
Add a comment :P
svn-id: r4502
-rw-r--r-- | newgui.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/newgui.cpp b/newgui.cpp index c0826cff91..6f5d6153ea 100644 --- a/newgui.cpp +++ b/newgui.cpp @@ -84,13 +84,14 @@ void ClearBlendCache(byte *palette, int weight) { /* * TODO list + * - keep a copy of the original game background, for alpha/moving * - implement the missing / incomplete dialogs * - add more widgets * - add support for right/center aligned text * - allow multi line (l/c/r aligned) text via StaticTextWidget ? * - add "close" widget to all dialogs (with a flag to turn it off) ? * - make dialogs "moveable" ? - * - come up with a new look&feel / theme for the GUI + * - come up with a new look&feel / theme for the GUI * - ... */ |