diff options
Diffstat (limited to 'engines/director/lingo/tests/the.lingo')
-rw-r--r-- | engines/director/lingo/tests/the.lingo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/director/lingo/tests/the.lingo b/engines/director/lingo/tests/the.lingo new file mode 100644 index 0000000000..65c0d6ea5c --- /dev/null +++ b/engines/director/lingo/tests/the.lingo @@ -0,0 +1,6 @@ +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 +set the castnum of sprite 8 to the number of cast "A Blank Castmember" |