share/hedgewars/Data/Maps/Knockball/map.lua
changeset 8349 a1dbe148f10f
parent 7777 e0be9fbc21b4
child 9093 4114ce5d885d
equal deleted inserted replaced
8348:c039ac6f33e0 8349:a1dbe148f10f
     1 -- Hedgewars - Knockball for 2+ Players
     1 -- Hedgewars - Knockball for 2+ Players
     2 
     2 
     3 loadfile(GetDataPath() .. "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