2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 18:24:55 +00:00

Fix MP3 SAVW support, code cleanup, and more stubs

This commit is contained in:
2016-08-30 17:33:59 -07:00
parent 0aaeed2aeb
commit c35106c907
25 changed files with 404 additions and 173 deletions

View File

@@ -14,8 +14,8 @@ struct ThermalHeatFader : IScriptObject
DECL_YAML
String<-1> name;
Value<bool> active;
Value<float> fadedHeatLevel;
Value<float> initialHeatLevel;
Value<float> fadedLevel;
Value<float> initialLevel;
};
}
}

View File

@@ -13,7 +13,7 @@ struct WorldLightFader : IScriptObject
{
DECL_YAML
String<-1> name;
Value<bool> activated;
Value<bool> active;
Value<float> fadedLevel;
Value<float> intialLevel;
};