2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 01:07:43 +00:00

Update libSpecter

This commit is contained in:
2016-02-01 20:34:46 -08:00
parent dd75a37b66
commit 10b7c624f2
3 changed files with 21 additions and 7 deletions

View File

@@ -105,6 +105,14 @@ struct FRME : BigDNA
{
DECL_DNA
UniqueID32 model;
enum class BlendMode
{
Unknown0,
Unknown1,
Unknown2,
Additive
};
Value<atUint32> blendMode;
Value<atUint32> lightMode;
};