From 668f4474b3fa9d98d54f05696699e5a54d2b0dbc Mon Sep 17 00:00:00 2001 From: Barinade Date: Thu, 16 Apr 2020 16:50:29 -0500 Subject: [PATCH] Add solo game to the noteskin preview thing --- Themes/_fallback/Scripts/09 SimNSkinPreview.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Themes/_fallback/Scripts/09 SimNSkinPreview.lua b/Themes/_fallback/Scripts/09 SimNSkinPreview.lua index b940dbcb9f..6cb83acee0 100644 --- a/Themes/_fallback/Scripts/09 SimNSkinPreview.lua +++ b/Themes/_fallback/Scripts/09 SimNSkinPreview.lua @@ -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" } }