From 1bf9b7bfbfcd3b01dd6e1b0e4c70d02ec26fb8c5 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Wed, 21 Jul 2010 10:05:03 -0500 Subject: [PATCH] the other part of the board changes from shakesoda. (also I think midi edited 03 themeprefs but i'm not sure) --- Themes/default/Graphics/NoteField board.png | Bin 2869 -> 2910 bytes Themes/default/Scripts/03 ThemePrefs.lua | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Themes/default/Graphics/NoteField board.png b/Themes/default/Graphics/NoteField board.png index af3fbe88dbafaf18507188144eb1cf2256bccdc9..62fd82c09f9747512f870f9bbf22d575f2928508 100644 GIT binary patch delta 202 zcmdlgc27*PGr-TCmrII^fq{Y7)59f*fr0S>kS)N$1|-iJuCdstIG?M&)6>NJa+7o$$Fsk7(8A5T-G@yGywn}%R{FC delta 160 zcmca7wpC2AGr-TCmrII^fq{Y7)59f*fr0S=kS)N$1|%DE*1y=OIG?LD!PCVtq~g|_ ztB$-31{^F0vuzW1rWu3^+RQ9u*qP!#NjzfJs<8X_@46j`y3WlY;6N;z@e^pv|NqPk XKUa diff --git a/Themes/default/Scripts/03 ThemePrefs.lua b/Themes/default/Scripts/03 ThemePrefs.lua index 171613afcf..e97a80c1b1 100644 --- a/Themes/default/Scripts/03 ThemePrefs.lua +++ b/Themes/default/Scripts/03 ThemePrefs.lua @@ -5,13 +5,13 @@ function InitUserPrefs() SetUserPref("UserPrefGameplayShowStepsDisplay", true); end; if GetUserPref("UserPrefGameplayShowScore") == nil then - SetUserPref("UserPrefGameplayShowScore", true); + SetUserPref("UserPrefGameplayShowScore", false); end; if GetUserPrefB("UserPrefShowLotsaOptions") == nil then SetUserPref("UserPrefShowLotsaOptions", true); end; if GetUserPrefB("UserPrefAutoSetStyle") == nil then - SetUserPref("UserPrefAutoSetStyle", true); + SetUserPref("UserPrefAutoSetStyle", false); end; if GetUserPrefB("UserPrefLongFail") == nil then SetUserPref("UserPrefLongFail", false);