aboutsummaryrefslogtreecommitdiff
path: root/gamemode/hud
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/hud')
-rw-r--r--gamemode/hud/games/rubickscircle.lua12
1 files changed, 11 insertions, 1 deletions
diff --git a/gamemode/hud/games/rubickscircle.lua b/gamemode/hud/games/rubickscircle.lua
index 528f62b..5982fd1 100644
--- a/gamemode/hud/games/rubickscircle.lua
+++ b/gamemode/hud/games/rubickscircle.lua
@@ -1 +1,11 @@
-print(" second file to see if something's wrong with file function")
+--A file to show what functions are used for minigames
+print("rubick's circle included!")
+
+--Required functions
+--Called once when the plyer starts casting
+Game.Cast = function(spelltab,difficulty)
+end
+
+--Called continuously while the player is casting
+Game.Draw = function(self)
+end