2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:47:42 +00:00

AuxiliaryID32 implemented for sub-resources

This commit is contained in:
Jack Andersen
2016-04-05 15:44:07 -10:00
parent 5cd372592c
commit 28b9cd9e3f
19 changed files with 497 additions and 75 deletions

View File

@@ -354,9 +354,9 @@ struct ActorParameters : BigYAML
LightParameters lightParameters;
ScannableParameters scannableParameters;
UniqueID32 xrayModel;
UniqueID32 xraySkin;
AuxiliaryID32 xraySkin = _S("skin");
UniqueID32 thermalModel;
UniqueID32 thermalSkin;
AuxiliaryID32 thermalSkin = _S("skin");
Value<bool> unknown1;
Value<float> unknown2;
Value<float> unknown3;