Skip to content

Commit

Permalink
its my toasty and i want it now
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Dec 21, 2016
1 parent a4ef6b6 commit 8305648
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/PrefsManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 ),
Expand Down

0 comments on commit 8305648

Please sign in to comment.