Half done with Scene Component Parsing

This commit is contained in:
2023-03-23 21:43:02 -07:00
parent b4a5913587
commit 0c8f825b1a
21 changed files with 316 additions and 411 deletions

View File

@ -6,7 +6,7 @@
#pragma once
#include "scene/Scene.hpp"
#include "prefabs/SimpleSpinningCubePrefab.hpp"
#include "prefabs/FPSLabel.hpp"
#include "prefabs/ui/debug/FPSLabel.hpp"
#include "scene/components/ui/UIImage.hpp"
#include "display/font/BitmapFont.hpp"