Skip to content

Commit

Permalink
Add solo game to the noteskin preview thing
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Apr 17, 2020
1 parent b5e1589 commit 668f447
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Themes/_fallback/Scripts/09 SimNSkinPreview.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ function GameToNSkinElements()
beat = {
"scratch", "Key1", "Key2", "Key3"
--"Key1", "Key2", "Key3", "Key4", "Key5", "Key6", "Key7", "scratch"
},
solo = {
"Left", "UpLeft", "UpRight", "Right"
--"Left", "UpLeft", "Down", "Up", "UpRight", "Right"
}
}

Expand Down

0 comments on commit 668f447

Please sign in to comment.