2#include <game/bases/d_resource.hpp>
3#include <game/bases/d_lytbase.hpp>
4#include <game/mLib/m_vec.hpp>
5#include <lib/nw4r/lyt/lyt_pane.hpp>
48 typedef void (dSmallScore_c::*ProcFunc)();
51 virtual ~dSmallScore_c();
58 void setPlayer1upColor(
int);
59 void setPlayer1000Color(
int);
60 void setPlayer100Color(
int);
63 void setNormalOrBlueColor();
65 void ScissorMaskSet();
74 void CreateSmallScore(
const mVec3_c &,
int,
int);
105 bool mEnableColorChange;
106 bool mEnableBigSmallAnim;
107 bool mAnimIsShrinking;
8class dSmallScore_c {
…};
int mChgColorCounter
Counter that is incremented every call to dSmallScore_c::chgColor(), which ensures that the 1-up colo...
STATE_e mState
Determines the state the score popup is in.
int mDispWaitCounter
Counter that is incremented every frame while in the 'DispWait' state.
int mDispWaitTime
Number of frames to wait in 'DispWait' (unless mPlayerType is 4, in which case the default value is 6...
LytTextBox_c * getTextBox(int n)
Gets the n-th text box.
A two-dimensional floating point vector.
A three-dimensional floating point vector.