share/hedgewars/Data/Maps/Knockball/map.lua
branch0.9.19
changeset 9093 4114ce5d885d
parent 8349 a1dbe148f10f
child 11198 cc308446f90d
equal deleted inserted replaced
9092:164690ff1408 9093:4114ce5d885d
     1 -- Hedgewars - Knockball for 2+ Players
     1 -- Hedgewars - Knockball for 2+ Players
     2 
     2 
     3 HedgewarsScriptLoad("Scripts/Locale.lua")()
     3 HedgewarsScriptLoad("/Scripts/Locale.lua")
     4 
     4 
     5 local score = {[0] = 0, [1] = 0, [2] = 0, [3] = 0, [4] = 0, [5] = 0}
     5 local score = {[0] = 0, [1] = 0, [2] = 0, [3] = 0, [4] = 0, [5] = 0}
     6 
     6 
     7 local ball = nil
     7 local ball = nil
     8 
     8