Completada la classe PathSprite

This commit is contained in:
2024-10-27 22:28:44 +01:00
parent d054e188b6
commit 1dd96cfaff
6 changed files with 257 additions and 16 deletions

View File

@@ -127,6 +127,7 @@ bool SmartSprite::hasFinished() const
return finished_;
}
// Habilita el objeto
void SmartSprite::setEnabled(bool value)
{
enabled_ = value;