share/hedgewars/Data/Maps/Basketball/map.lua
changeset 4506 37744d5c877e
parent 4502 759c1a3bb156
child 8349 a1dbe148f10f
equal deleted inserted replaced
4505:4a8f87eb67cb 4506:37744d5c877e
       
     1 -- Hedgewars - Basketball for 2+ Players
       
     2 
     1 loadfile(GetDataPath() .. "Scripts/Locale.lua")()
     3 loadfile(GetDataPath() .. "Scripts/Locale.lua")()
     2 
       
     3 -- Hedgewars - Basketball for 2+ Players
       
     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