added BackgroundChange editing and DWI saving to editor

This commit is contained in:
Chris Danford
2002-08-23 20:18:29 +00:00
parent 36d81d0e1c
commit a0c7d5bd22
41 changed files with 906 additions and 449 deletions
+4 -1
View File
@@ -22,7 +22,7 @@
#include "SnapDisplay.h"
const int NUM_MENU_ITEMS = 19;
const int NUM_MENU_ITEMS = 21;
class ScreenEdit : public Screen
@@ -46,6 +46,8 @@ protected:
void MenuItemGainFocus( int iItemIndex );
void MenuItemLoseFocus( int iItemIndex );
static void AddBGChange( CString sBGName );
enum EditMode { MODE_EDITING, MODE_MENU, MODE_RECORDING, MODE_PLAYING };
EditMode m_EditMode;
@@ -60,6 +62,7 @@ protected:
BitmapText m_textInfo; // status information that changes
BitmapText m_textHelp;
Quad m_rectShortcutsBack;
BitmapText m_textShortcuts;
// keep track of where we are and what we're doing