mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-12 20:45:11 -05:00
Add comments to states.
This commit is contained in:
@@ -11,11 +11,14 @@ namespace
|
||||
constexpr uint64_t TICKS_GLYPH_TRIGGER = 50;
|
||||
} // namespace
|
||||
|
||||
// ---- Construction ----
|
||||
BaseTask::BaseTask()
|
||||
: BaseState(false)
|
||||
, m_frameTimer(TICKS_GLYPH_TRIGGER)
|
||||
, m_popUnableExit(strings::get_by_name(strings::names::GENERAL_POPS, 0)) {};
|
||||
|
||||
// ---- Public functions ----
|
||||
|
||||
void BaseTask::update_loading_glyph()
|
||||
{
|
||||
m_colorMod.update();
|
||||
|
||||
Reference in New Issue
Block a user