LuaLibraryAnimate: fix example
authorWuzzy
Wed, 21 Jun 2023 15:56:12 +0000
changeset 2252 70ab0d6cfa85
parent 2251 97c035342b4c
child 2253 1bd9936f6b01
LuaLibraryAnimate: fix example
LuaLibraryAnimate.wiki
--- a/LuaLibraryAnimate.wiki	Wed Jun 21 15:54:45 2023 +0000
+++ b/LuaLibraryAnimate.wiki	Wed Jun 21 15:56:12 2023 +0000
@@ -45,7 +45,7 @@
 
 Example 1:
 <code language="lua">
--- This calls `AnimSay(myHog, "Snails! SNAILS!", SAY_SAY, 3000)`,
+-- This calls `AnimSay(myHog, "Snails!", SAY_SAY, 3000)`,
 -- meaning the hedgehog gear `myHog` will say "Snails!" and set the animation delay to 3000 milliseconds
 -- Because `swh` is not set, it is true, so `myHog` also becomes the current hedgehog
 local step1 = {func = AnimSay, args = {myHog, "Snails!", SAY_SAY, 3000}}