add brightness overlay

This commit is contained in:
Chris Danford
2005-08-18 02:28:54 +00:00
parent a58f3d4f0a
commit e30fcd571d
4 changed files with 16 additions and 5 deletions
+1
View File
@@ -223,6 +223,7 @@ public:
Preference<int> m_iCenterImageTranslateY;
Preference<int> m_fCenterImageAddWidth;
Preference<int> m_fCenterImageAddHeight;
Preference<float> m_fBrightnessAdd;
enum AttractSoundFrequency { ASF_NEVER, ASF_EVERY_TIME, ASF_EVERY_2_TIMES, ASF_EVERY_3_TIMES, ASF_EVERY_4_TIMES, ASF_EVERY_5_TIMES };
Preference<AttractSoundFrequency> m_AttractSoundFrequency;
Preference<bool> m_bAllowExtraStage;