New UITextComponent implemented

This commit is contained in:
2022-02-03 17:59:50 -05:00
parent 40095cb8b7
commit 72a941810d
8 changed files with 212 additions and 141 deletions

View File

@ -16,6 +16,6 @@
#include "PlayerController.h"
#include "ProjectileComponent.h"
#include "TileComponent.h"
#include "UIFontComponent.h"
#include "UITextComponent.h"
#endif /* SRC_COMPONENTS_H_ */