diff options
author | Arnaud Boutonné | 2011-01-03 16:15:52 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2011-01-03 16:15:52 +0000 |
commit | e670e698f1571fab1c21c0d09b5003c2772e58d1 (patch) | |
tree | 33ff08cc6bda6b5cf728a0851d578867be9c1274 /tools/create_hugo/README | |
parent | 3d2104460de2d3b836243e44b4f62749d45d5b25 (diff) | |
download | scummvm-rg350-e670e698f1571fab1c21c0d09b5003c2772e58d1.tar.gz scummvm-rg350-e670e698f1571fab1c21c0d09b5003c2772e58d1.tar.bz2 scummvm-rg350-e670e698f1571fab1c21c0d09b5003c2772e58d1.zip |
TOOLS: Add button bitmaps to create_hugo
svn-id: r55102
Diffstat (limited to 'tools/create_hugo/README')
-rw-r--r-- | tools/create_hugo/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/create_hugo/README b/tools/create_hugo/README new file mode 100644 index 0000000000..42bdd22c36 --- /dev/null +++ b/tools/create_hugo/README @@ -0,0 +1,7 @@ +This tool creates hugo.dat. +This file contains all the hardcoded strings, logic, fonts, and bitmaps and +is used by the engine depending on the version of the game started. + +In order to work properly, the content of the DATA sub-directory has to be +copy next to the executable. + |