diff --git a/Themes/Til Death/BGAnimations/ScreenGameplay toasty/default.lua b/Themes/Til Death/BGAnimations/ScreenGameplay toasty/default.lua new file mode 100644 index 0000000000..0a0cb98b52 --- /dev/null +++ b/Themes/Til Death/BGAnimations/ScreenGameplay toasty/default.lua @@ -0,0 +1,8 @@ +local t = Def.ActorFrame{ + LoadActor( "toasty.png" )..{ + InitCommand=cmd(xy,SCREEN_WIDTH+100,SCREEN_CENTER_Y), + StartTransitioningCommand=cmd(decelerate,0.25;x,SCREEN_WIDTH-100;sleep,1.75;accelerate,0.5;x,SCREEN_WIDTH+100) + }, + LoadActor ( "toasty.ogg" )..{StartTransitioningCommand=cmd(play)} + } +return t \ No newline at end of file diff --git a/Themes/Til Death/BGAnimations/ScreenGameplay toasty/toasty.ogg b/Themes/Til Death/BGAnimations/ScreenGameplay toasty/toasty.ogg new file mode 100644 index 0000000000..d7e2cc86f6 Binary files /dev/null and b/Themes/Til Death/BGAnimations/ScreenGameplay toasty/toasty.ogg differ diff --git a/Themes/Til Death/BGAnimations/ScreenGameplay toasty/toasty.png b/Themes/Til Death/BGAnimations/ScreenGameplay toasty/toasty.png new file mode 100644 index 0000000000..0accd7294d Binary files /dev/null and b/Themes/Til Death/BGAnimations/ScreenGameplay toasty/toasty.png differ diff --git a/src/PrefsManager.cpp b/src/PrefsManager.cpp index 2336757ad3..87b4c6fdb0 100644 --- a/src/PrefsManager.cpp +++ b/src/PrefsManager.cpp @@ -226,7 +226,7 @@ PrefsManager::PrefsManager() : m_iSongsPerPlay ( "SongsPerPlay", 3, ValidateSongsPerPlay ), m_bDelayedCreditsReconcile ( "DelayedCreditsReconcile", false ), m_bComboContinuesBetweenSongs ( "ComboContinuesBetweenSongs", false ), - m_AllowMultipleToasties ("AllowMultipleToasties", true ), + m_AllowMultipleToasties ("AllowMultipleToasties", false ), m_MinTNSToHideNotes ("MinTNSToHideNotes", TNS_W3 ), m_ShowSongOptions ( "ShowSongOptions", Maybe_NO ), m_bDancePointsForOni ( "DancePointsForOni", true ),