diff options
author | Filippos Karapetis | 2010-11-26 12:37:24 +0000 |
---|---|---|
committer | Filippos Karapetis | 2010-11-26 12:37:24 +0000 |
commit | d3b14e1445e10640847ab16545c769da2d32592d (patch) | |
tree | 61b3f33af7b8e4e873c4b0915a03d8233eeaf32f /README | |
parent | 10476048f89ae0987d8883446ceba4594ff94a6e (diff) | |
download | scummvm-rg350-d3b14e1445e10640847ab16545c769da2d32592d.tar.gz scummvm-rg350-d3b14e1445e10640847ab16545c769da2d32592d.tar.bz2 scummvm-rg350-d3b14e1445e10640847ab16545c769da2d32592d.zip |
SCI: Implemented FR #3101338: "King's Quest 6 Windows Mouse Icons"
Added an option to use the original Windows cursors in the Windows version of KQ6
Also, added an update on how the Mac cursors are handled (perhaps the handling is
the same)
svn-id: r54495
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2004,6 +2004,14 @@ Flight of the Amazon Queen adds the following non-standard keywords: music_mute bool If true, music is muted sfx_mute bool If true, sound effects are muted +King's Quest VI Windows adds the following non-standard keywords: + + windows_cursors bool If true, the original unscaled black and white + Windows cursors are used instead of the DOS + ones. If false, the DOS cursors are used in the + Windows version, upscaled to match the rest of + the upscaled graphics + Simon the Sorcerer 1 and 2 add the following non-standard keywords: music_mute bool If true, music is muted |