update retrobar mines and lua
This commit is contained in:
@@ -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 |
@@ -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 |
Reference in New Issue
Block a user