Cleaned prefab parser a lot
This commit is contained in:
@ -9,7 +9,9 @@
|
||||
namespace Dawn {
|
||||
class SimpleTexturedMaterial : public Material {
|
||||
public:
|
||||
// @optional
|
||||
Texture *texture = nullptr;
|
||||
// @optional
|
||||
struct Color color = COLOR_WHITE;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user