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

Additional CSlideShow work; amuse voice handle integration

This commit is contained in:
Jack Andersen
2016-09-16 13:43:33 -10:00
parent dae5ea06f5
commit 6ea727e4a8
9 changed files with 191 additions and 87 deletions

View File

@@ -15,8 +15,8 @@ struct CTweakSlideShow : ITweakSlideShow
String<-1> x4_pakName;
String<-1> x14_fontAssetName;
DNAColor x24_;
DNAColor x28_;
DNAColor x24_fontColor;
DNAColor x28_outlineColor;
Value<float> x2c_;
Value<float> x30_;
Value<float> x34_;
@@ -32,6 +32,10 @@ struct CTweakSlideShow : ITweakSlideShow
CTweakSlideShow() = default;
CTweakSlideShow(athena::io::IStreamReader& in) { read(in); }
const zeus::CColor& GetFontColor() const { return x24_fontColor; }
const zeus::CColor& GetOutlineColor() const { return x28_outlineColor; }
float GetX54() const { return x54_; }
};
}