From 7ae446b661c47b41ed38d7f88b8f54416575e47f Mon Sep 17 00:00:00 2001 From: piernov Date: Wed, 16 Apr 2014 22:59:56 +0200 Subject: Split file + Working Solo mode : Add hints + Disallow multiple identical colors in same line + Correctly randomize answer --- GUI/Menu.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 GUI/Menu.lua (limited to 'GUI/Menu.lua') diff --git a/GUI/Menu.lua b/GUI/Menu.lua new file mode 100644 index 0000000..29f3386 --- /dev/null +++ b/GUI/Menu.lua @@ -0,0 +1,8 @@ +return { + Buttons = { + "Solo", + "Multiplayer", + "Options", + "About" + } +} -- cgit v1.2.3-54-g00ecf