big checkin - new noteskin format and XY positioning. I probably broke a lot of things.

This commit is contained in:
Chris Danford
2002-08-13 23:26:46 +00:00
parent 9346564080
commit 7c1bfb3a0d
133 changed files with 4813 additions and 2626 deletions
+4 -3
View File
@@ -19,7 +19,7 @@
#include "RageMusic.h"
#include "MotionBlurSprite.h"
#include "Background.h"
#include "GranularityIndicator.h"
#include "SnapDisplay.h"
class ScreenEdit : public Screen
@@ -50,7 +50,7 @@ protected:
Sprite m_sprBackground;
NoteField m_NoteFieldEdit;
GranularityIndicator m_GranularityIndicator;
SnapDisplay m_SnapDisplay;
GrayArrowRow m_GrayArrowRowEdit;
BitmapText m_textInfo; // status information that changes
@@ -77,11 +77,12 @@ protected:
// for MODE_PLAY
Player m_Player;
Player m_Player;
// for MODE_RECORD and MODE_PLAY
RageSoundStream m_soundMusic;
bool m_bLayingAHold[MAX_NOTE_TRACKS];
};