share/hedgewars/Data/Maps/Basketball/map.lua
branch0.9.19
changeset 9093 4114ce5d885d
parent 8349 a1dbe148f10f
child 10631 3d164350cc48
equal deleted inserted replaced
9092:164690ff1408 9093:4114ce5d885d
     1 -- Hedgewars - Basketball for 2+ Players
     1 -- Hedgewars - Basketball 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 started = false
     7 local started = false
     8 
     8