HWPFormat: dummy sprites
authorWuzzy
Fri, 17 Nov 2017 06:50:56 +0000
changeset 1140 38d6a4e430b5
parent 1139 8e932b5dcedd
child 1141 9d37cc22ae9b
HWPFormat: dummy sprites
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`.