changeset 4506 | 37744d5c877e |
parent 4502 | 759c1a3bb156 |
child 4517 | 0618b31023dc |
4505:4a8f87eb67cb | 4506:37744d5c877e |
---|---|
1 -- Hedgewars - Knockball for 2+ Players |
|
2 |
|
1 loadfile(GetDataPath() .. "Scripts/Locale.lua")() |
3 loadfile(GetDataPath() .. "Scripts/Locale.lua")() |
2 |
|
3 -- Hedgewars - Knockball 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 ball = nil |
7 local ball = nil |
8 |
8 |