# HG changeset patch # User Wuzzy # Date 1561157235 -3600 # Node ID c11105f7579aa04377f441d158b6565e4ac44562 # Parent 37a2cc377a4f097cdf588a6890a0075b71acc4d2 LuaLibraryTargetPractice: Add faceLeft diff -r 37a2cc377a4f -r c11105f7579a 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 ===