Major rewrite of all classes related to gameplay (Song, Steps, Player,
WindowDancing and all its UI elements). All of the dancing UI elements have been consolidated into the Player class, which simplifies things a great deal. Steps and the classes that use them have been generalized to use a variable number of panels (6 panel, 8 panel). Only a little more work is needed on the ColorArrows portion of Player to fully support these panel modes.
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
#include "stdafx.h"
|
||||
//-----------------------------------------------------------------------------
|
||||
// File: Sprite.cpp
|
||||
//
|
||||
// Desc: A bitmap actor that animates and moves around.
|
||||
//
|
||||
// Copyright (c) 2001 Chris Danford. All rights reserved.
|
||||
//-----------------------------------------------------------------------------
|
||||
/*
|
||||
-----------------------------------------------------------------------------
|
||||
File: Sprite.cpp
|
||||
|
||||
Desc: A bitmap actor that animates and moves around.
|
||||
|
||||
Copyright (c) 2001 Chris Danford. All rights reserved.
|
||||
-----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
|
||||
#include "Sprite.h"
|
||||
|
||||
Reference in New Issue
Block a user