share/hedgewars/Data/Missions/Training/Target_Practice_-_Shotgun.lua
branchios-revival
changeset 11261 f1b75bf7c4f2
parent 10656 2093cf51eea1
equal deleted inserted replaced
11260:148bb90d7e32 11261:f1b75bf7c4f2
     1 HedgewarsScriptLoad("/Scripts/TargetPractice.lua")
     1 HedgewarsScriptLoad("/Scripts/TargetPractice.lua")
     2 
     2 
     3 local params = {
     3 local params = {
     4 	ammoType = amShotgun,
     4 	ammoType = amShotgun,
     5 	gearType = gtShotgunShot,
     5 	gearType = gtShotgunShot,
     6 	missionTitle = "Target Practice: Shotgun",
     6 	missionTitle = loc("Target Practice: Shotgun"),
     7 	solidLand = false,
     7 	solidLand = false,
     8 	map = "SB_Haunty",
     8 	map = "SB_Haunty",
     9 	theme = "Halloween",
     9 	theme = "Halloween",
    10 	hog_x = 320,
    10 	hog_x = 320,
    11 	hog_y = 324,
    11 	hog_y = 324,