aboutsummaryrefslogtreecommitdiff
path: root/gamemode/hud/games/connectthedots.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/hud/games/connectthedots.lua')
-rw-r--r--gamemode/hud/games/connectthedots.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/gamemode/hud/games/connectthedots.lua b/gamemode/hud/games/connectthedots.lua
new file mode 100644
index 0000000..c24ff14
--- /dev/null
+++ b/gamemode/hud/games/connectthedots.lua
@@ -0,0 +1,7 @@
+--The connet the dots spell game
+print("Hi from connectthedots.lua")
+
+function connectthedots()
+ print("Blah!")
+ return 100
+end