From: Robert Zenz Date: Sat, 2 Jan 2016 21:14:09 +0000 (+0100) Subject: Made it more clear that "[combine" does accept a list of files. X-Git-Tag: 0.4.14~347 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a7c50a3080e55a6cf11175a60121696de7393dba;p=oweals%2Fminetest.git Made it more clear that "[combine" does accept a list of files. --- diff --git a/doc/lua_api.txt b/doc/lua_api.txt index b713b68bf..37d0aaabc 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -264,15 +264,15 @@ Example: default_cobble.png^[crack:10:1 -#### `[combine:x:,=:,=` +#### `[combine:x:,=:,=:...` * `` = width * `` = height -* ``/`` = x positions -* ``/`` = y positions -* ``/`` = textures to combine +* `` = x position +* `` = y position +* `` = texture to combine -Create a texture of size `` times `` and blit `` to (``,``) -and blit `` to (``,``). +Creates a texture of size `` times `` and blits the listed files to their +specified coordinates. Example: