LuaLibraryTargetPractice: Add faceLeft
authorWuzzy
Fri, 21 Jun 2019 23:47:15 +0100
changeset 1941 c11105f7579a
parent 1940 37a2cc377a4f
child 1942 b36285e8e3f5
LuaLibraryTargetPractice: Add faceLeft
LuaLibraryTargetPractice.wiki
--- 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 ===