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
+19 -6
View File
@@ -8,12 +8,25 @@ Noteskin.ElementRedirs = {
-- button redirs (since this is a bar noteskin, it's all the same)
Noteskin.ButtonRedirs = {
Left = "Bar";
UpLeft = "Bar";
Up = "Bar";
Down = "Bar";
UpRight = "Bar";
Right = "Bar";
-- dance
Left = "Bar";
UpLeft = "Bar";
Up = "Bar";
Down = "Bar";
UpRight = "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
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

+19 -13
View File
@@ -8,19 +8,25 @@ Noteskin.ElementRedirs = {
-- button redirs (since this is a bar noteskin, it's all the same)
Noteskin.ButtonRedirs = {
Left = "Bar";
UpLeft = "Bar";
Up = "Bar";
Down = "Bar";
UpRight = "Bar";
Right = "Bar";
Key1 = "Bar";
Key2 = "Bar";
Key3 = "Bar";
Key4 = "Bar";
Key5 = "Bar";
Key6 = "Bar";
Key7 = "Bar";
-- dance
Left = "Bar";
UpLeft = "Bar";
Up = "Bar";
Down = "Bar";
UpRight = "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
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB