Cleaned prefab parser a lot

This commit is contained in:
2023-03-29 18:44:28 -07:00
parent ec8ec5bbb4
commit 87c1ac3710
14 changed files with 311 additions and 152 deletions

View File

@ -9,7 +9,9 @@
namespace Dawn {
class SimpleTexturedMaterial : public Material {
public:
// @optional
Texture *texture = nullptr;
// @optional
struct Color color = COLOR_WHITE;
/**