LuaLibraryTargetPractice.wiki
changeset 1350 e16824327a95
parent 1349 33c3be9c0583
child 1376 4d563322d538
equal deleted inserted replaced
1349:33c3be9c0583 1350:e16824327a95
    39 || `hogName` || Name of the hedgehog (default: `"Trainee"`) ||
    39 || `hogName` || Name of the hedgehog (default: `"Trainee"`) ||
    40 || `teamName` || Name of the hedgehog’s team (default: `"Training Team"`) ||
    40 || `teamName` || Name of the hedgehog’s team (default: `"Training Team"`) ||
    41 || `teamGrave` || Name of the hedgehog’s grave ||
    41 || `teamGrave` || Name of the hedgehog’s grave ||
    42 || `clanColor` || Color of the (only) clan (default: `0xFF0204`, which is a red tone) ||
    42 || `clanColor` || Color of the (only) clan (default: `0xFF0204`, which is a red tone) ||
    43 || `goalText` || A short string explaining the goal of the mission (default: `"Destroy all targets within the time!"`) ||
    43 || `goalText` || A short string explaining the goal of the mission (default: `"Destroy all targets within the time!"`) ||
    44 || `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."`) ||
    44 || `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."`) ||
    45 
    45 
    46 
    46 
    47 === Example ===
    47 === Example ===
    48 Below is the complete source code of the mission “Target Practice: Cluster Bomb”:
    48 Below is the complete source code of the mission “Target Practice: Cluster Bomb”:
    49 
    49