Working on removing ui label

This commit is contained in:
2023-06-12 10:09:45 -07:00
parent c7d5377b9c
commit 29bb22b5d0
14 changed files with 102 additions and 86 deletions

View File

@@ -7,7 +7,7 @@
#include "scene/Scene.hpp"
#include "prefabs/SimpleSpinningCubePrefab.hpp"
#include "scene/components/display/Camera.hpp"
#include "scene/components/ui/UILabelNew.hpp"
#include "scene/components/ui/text/UILabelNew.hpp"
namespace Dawn {
class HelloWorldScene : public Scene {