specify effect and transition in each background change

This commit is contained in:
Chris Danford
2005-05-29 01:11:49 +00:00
parent 0f601b5ef8
commit ac5a99b41f
17 changed files with 526 additions and 331 deletions
+13
View File
@@ -366,6 +366,19 @@ static const CString StageNames[] = {
XToString( Stage, NUM_STAGES );
static const CString StandardBackgroundEffectNames[] = {
"Centered",
"Stretch",
};
XToString( StandardBackgroundEffect, NUM_StandardBackgroundEffect );
static const CString StandardBackgroundTransitionNames[] = {
"None",
"CrossFade",
};
XToString( StandardBackgroundTransition, NUM_StandardBackgroundTransition );
/*
* (c) 2001-2004 Chris Danford