2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 01:07:43 +00:00

More CGuiSys and CFrontEndUI work

This commit is contained in:
Jack Andersen
2016-12-15 18:35:49 -10:00
parent 19a371c931
commit f665812d6e
20 changed files with 349 additions and 52 deletions

View File

@@ -53,6 +53,11 @@ float CGuiTextSupport::GetTotalAnimationTime() const
return x60_renderBuf->GetPrimitiveCount() / x58_chRate;
}
bool CGuiTextSupport::AnimationDone() const
{
return x3c_curTime >= GetTotalAnimationTime();
}
void CGuiTextSupport::SetTypeWriteEffectOptions(bool enable, float chFadeTime, float chRate)
{
x50_typeEnable = enable;