diff options
author | Eugene Sandulenko | 2019-12-31 15:49:43 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2019-12-31 16:27:28 +0100 |
commit | 91a50e81d37148a09a523cda32bba8411cb4d3ff (patch) | |
tree | 90e166fcfb33bd298ed44282fc2e869ce574a7af /engines/director/lingo/tests | |
parent | f3b4df74b5c5d0bf62531d7cf654560ab5e923fc (diff) | |
download | scummvm-rg350-91a50e81d37148a09a523cda32bba8411cb4d3ff.tar.gz scummvm-rg350-91a50e81d37148a09a523cda32bba8411cb4d3ff.tar.bz2 scummvm-rg350-91a50e81d37148a09a523cda32bba8411cb4d3ff.zip |
DIRECTOR: LINGO: Added test for chunk functions
Diffstat (limited to 'engines/director/lingo/tests')
-rw-r--r-- | engines/director/lingo/tests/the.lingo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/director/lingo/tests/the.lingo b/engines/director/lingo/tests/the.lingo index d69696e2c9..088502e2a1 100644 --- a/engines/director/lingo/tests/the.lingo +++ b/engines/director/lingo/tests/the.lingo @@ -23,3 +23,6 @@ set the filename of BlastWindow to "blastwin" set the titleVisible of BlastWindow to true set the modal of BlastWindow to true set the windowtype of BlastWindow to 5 + +set the bottom of x to originV + (the number of lines in someText) * 16 +set the bottom of x to originV + (the number of words in someText) * 16 |