Adding basic coin support
This commit is contained in:
@@ -19,12 +19,7 @@ class ScreenLogo : public ScreenAttract
|
||||
public:
|
||||
ScreenLogo();
|
||||
|
||||
virtual void FirstUpdate();
|
||||
|
||||
private:
|
||||
virtual CString GetMetricName() { return "Logo"; }; // used to look up theme metrics
|
||||
virtual CString GetElementName() { return "logo"; }; // used to look up theme elements
|
||||
|
||||
protected:
|
||||
Sprite m_sprLogo;
|
||||
BitmapText m_textVersion;
|
||||
BitmapText m_textSongs;
|
||||
|
||||
Reference in New Issue
Block a user