docs fixes

This commit is contained in:
p.kosyh 2009-11-11 06:22:34 +00:00
parent 1484babf18
commit 3c7da3388e
2 changed files with 2 additions and 2 deletions

View file

@ -719,7 +719,7 @@ street = room {
From version 1.0.0 the interpreter can compose picture from base image and overlays:
{{{
pic = 'gfx/mycat.png';gfx/milk.png@120,25;gfx/fish.png@32,32'
pic = 'gfx/mycat.png;gfx/milk.png@120,25;gfx/fish.png@32,32'
}}}
get_music() returns the current track name.

View file

@ -695,7 +695,7 @@ knife = obj {
Начиная с версии 1.0.0 интерпретатор может обрабатывать составные картинки, например:
{{{
pic = 'gfx/mycat.png';gfx/milk.png@120,25;gfx/fish.png@32,32'
pic = 'gfx/mycat.png;gfx/milk.png@120,25;gfx/fish.png@32,32'
}}}
Интерпретатор проигрывает в цикле текущую музыку, которая задается с помощью функции: