Cleaned prefab parser a lot

This commit is contained in:
2023-03-29 18:44:28 -07:00
parent d8bac10b48
commit fce3e050a1
15 changed files with 312 additions and 153 deletions

View File

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