diff options
Diffstat (limited to 'gamemode/hud/games/connectthedots.lua')
| -rw-r--r-- | gamemode/hud/games/connectthedots.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gamemode/hud/games/connectthedots.lua b/gamemode/hud/games/connectthedots.lua index 20cc601..9e05919 100644 --- a/gamemode/hud/games/connectthedots.lua +++ b/gamemode/hud/games/connectthedots.lua @@ -1,6 +1,8 @@ --The connet the dots spell game print("Hi from connectthedots.lua") +Game = Game or {} + --Minigame is held in self.dots, each dot is a table, --dot[num] = {dot x, dot y, { -- {armor_start_angle, armor_end_angle}, |
