update retrobar mines and lua

This commit is contained in:
AJ Kelly
2010-06-28 21:05:32 -05:00
parent 8f1f52d494
commit d78cad7aa0
4 changed files with 38 additions and 19 deletions
+13
View File
@@ -8,12 +8,25 @@ Noteskin.ElementRedirs = {
-- button redirs (since this is a bar noteskin, it's all the same) -- button redirs (since this is a bar noteskin, it's all the same)
Noteskin.ButtonRedirs = { Noteskin.ButtonRedirs = {
-- dance
Left = "Bar"; Left = "Bar";
UpLeft = "Bar"; UpLeft = "Bar";
Up = "Bar"; Up = "Bar";
Down = "Bar"; Down = "Bar";
UpRight = "Bar"; UpRight = "Bar";
Right = "Bar"; Right = "Bar";
-- kb7
Key1 = "Bar";
Key2 = "Bar";
Key3 = "Bar";
Key4 = "Bar";
Key5 = "Bar";
Key6 = "Bar";
Key7 = "Bar";
-- pump
DownLeft = "Bar";
DownRight = "Bar";
Center = "Bar";
}; };
-- things to blank out -- things to blank out
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

+6
View File
@@ -8,12 +8,14 @@ Noteskin.ElementRedirs = {
-- button redirs (since this is a bar noteskin, it's all the same) -- button redirs (since this is a bar noteskin, it's all the same)
Noteskin.ButtonRedirs = { Noteskin.ButtonRedirs = {
-- dance
Left = "Bar"; Left = "Bar";
UpLeft = "Bar"; UpLeft = "Bar";
Up = "Bar"; Up = "Bar";
Down = "Bar"; Down = "Bar";
UpRight = "Bar"; UpRight = "Bar";
Right = "Bar"; Right = "Bar";
-- kb7
Key1 = "Bar"; Key1 = "Bar";
Key2 = "Bar"; Key2 = "Bar";
Key3 = "Bar"; Key3 = "Bar";
@@ -21,6 +23,10 @@ Noteskin.ButtonRedirs = {
Key5 = "Bar"; Key5 = "Bar";
Key6 = "Bar"; Key6 = "Bar";
Key7 = "Bar"; Key7 = "Bar";
-- pump
DownLeft = "Bar";
DownRight = "Bar";
Center = "Bar";
}; };
-- things to blank out -- things to blank out
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB