diff options
author | Eugene Sandulenko | 2016-07-12 12:39:21 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-08-03 23:40:36 +0200 |
commit | d08e030da65717479aa7640458066a00ff541c72 (patch) | |
tree | 6a349787ade1e00eaf2784b7145e96b3b627ba7c /engines/director/lingo/tests | |
parent | 9763b62a78ba51b328fe336926a40fa0ffdde0be (diff) | |
download | scummvm-rg350-d08e030da65717479aa7640458066a00ff541c72.tar.gz scummvm-rg350-d08e030da65717479aa7640458066a00ff541c72.tar.bz2 scummvm-rg350-d08e030da65717479aa7640458066a00ff541c72.zip |
DIRECTOR: Lingo: Implement setting the entity fields
Diffstat (limited to 'engines/director/lingo/tests')
-rw-r--r-- | engines/director/lingo/tests/the.lingo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/director/lingo/tests/the.lingo b/engines/director/lingo/tests/the.lingo index 2376dd8086..75782abbe7 100644 --- a/engines/director/lingo/tests/the.lingo +++ b/engines/director/lingo/tests/the.lingo @@ -2,3 +2,4 @@ put 1.0 / 3 set the floatPrecision to 6 put 1.0 / 3 put the loch of sprite 4 +set the loch of sprite 5 to 10 |