--- a/LuaLibraryTargetPractice.wiki Fri Jun 21 23:45:42 2019 +0100
+++ b/LuaLibraryTargetPractice.wiki Fri Jun 21 23:47:15 2019 +0100
@@ -38,6 +38,7 @@
|| `clanColor` || Color of the (only) clan (default: `0xFF0204`, which is a red tone) ||
|| `goalText` || A short string explaining the goal of the mission (default: `"Destroy all targets within the time!"`) ||
|| `shootText` || A string which says how many times the player shot, “`%d`” is replaced by the number of shots. (default: `"You have shot %d times."`) ||
+|| `faceLeft` || If `true`, hedgehog faces left (default: `false`) ||
=== Example ===