From 2c57922deeaca0defd54d7529e8e3b6bd17ecf1f Mon Sep 17 00:00:00 2001 From: Colby Klein Date: Mon, 13 Dec 2010 16:47:12 -0800 Subject: [PATCH] Fix orbital for dance. --- NoteSkins/kb7/orbital/Noteskin.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/NoteSkins/kb7/orbital/Noteskin.lua b/NoteSkins/kb7/orbital/Noteskin.lua index 5bc5858515..cc47a8f0ed 100644 --- a/NoteSkins/kb7/orbital/Noteskin.lua +++ b/NoteSkins/kb7/orbital/Noteskin.lua @@ -9,12 +9,12 @@ Noteskin.ElementRedirs = { -- button redirs (since this is a bar noteskin, it's all the same) Noteskin.ButtonRedirs = { -- dance - Left = "Bar"; - UpLeft = "Bar"; - Up = "Bar"; - Down = "Bar"; - UpRight = "Bar"; - Right = "Bar"; + Left = "Red"; + UpLeft = "Red"; + Up = "Red"; + Down = "Red"; + UpRight = "Red"; + Right = "Red"; -- kb7 Key1 = "Red"; Key2 = "Red";