diff -r 8e932b5dcedd -r 38d6a4e430b5 HWPFormat.wiki --- a/HWPFormat.wiki Fri Nov 17 06:50:00 2017 +0000 +++ b/HWPFormat.wiki Fri Nov 17 06:50:56 2017 +0000 @@ -35,7 +35,7 @@ It is a special case when you have multiple HWPs activated, when some of them try to include a file with identical name. This is a conflict, see the conflict section for more information about this. ==== Custom sprites and sounds ==== -For Lua scripts you can add a few custom sounds and sprites without actually replacing any useful resources. For this, Hedgewars offers a total of 16 empty sprites and sounds which only exist so they can be added in a HWP. +For Lua scripts you can add a few custom sounds and sprites without actually replacing any useful resources. For this, Hedgewars offers a 8 dummy sprites and 8 dummy sounds which only exist so they can be added in a HWP. The custom sprites are named `Graphics/custom1.png` to `Graphics/custom8.png` and are accessed in Lua with `sprCustom1` to `sprCustom8`.