LuaLibraryTargetPractice.wiki
changeset 1941 c11105f7579a
parent 1934 59eca637c3d3
equal deleted inserted replaced
1940:37a2cc377a4f 1941:c11105f7579a
    36 || `solidLand` || Weather the terrain is indestructible (default: `false`) ||
    36 || `solidLand` || Weather the terrain is indestructible (default: `false`) ||
    37 || `artillery` || If `true`, the hog can’t move (default: `false`) ||
    37 || `artillery` || If `true`, the hog can’t move (default: `false`) ||
    38 || `clanColor` || Color of the (only) clan (default: `0xFF0204`, which is a red tone) ||
    38 || `clanColor` || Color of the (only) clan (default: `0xFF0204`, which is a red tone) ||
    39 || `goalText` || A short string explaining the goal of the mission (default: `"Destroy all targets within the time!"`) ||
    39 || `goalText` || A short string explaining the goal of the mission (default: `"Destroy all targets within the time!"`) ||
    40 || `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."`) ||
    40 || `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."`) ||
       
    41 || `faceLeft` || If `true`, hedgehog faces left (default: `false`) ||
    41 
    42 
    42 
    43 
    43 === Example ===
    44 === Example ===
    44 Below is the complete source code of the mission “Target Practice: Cluster Bomb”:
    45 Below is the complete source code of the mission “Target Practice: Cluster Bomb”:
    45 
    46