Skip to content

Commit

Permalink
Add solo and doubles to fallback overlay receptor noteskin
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram committed Feb 19, 2018
1 parent b3ffdca commit b3831ff
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions NoteSkins/common/common/Fallback Overlayceptor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,24 @@ local Buttons = {
"Up",
"Right",
},
["Dance_Double"] = {
"Left",
"Down",
"Up",
"Right",
"Left",
"Down",
"Up",
"Right",
},
["Dance_Solo"] = {
"Left",
"UpLeft",
"Down",
"Up",
"UpRight",
"Right",
},
}

local getstyle = ToEnumShortString(GAMESTATE:GetCurrentStyle():GetStepsType())
Expand Down

0 comments on commit b3831ff

Please sign in to comment.