mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 22:27:41 +00:00
Reformat pass
This commit is contained in:
@@ -126,10 +126,10 @@ struct ITweakGui : ITweak {
|
||||
virtual float GetHudLightAttMulLinear() const = 0;
|
||||
virtual float GetHudLightAttMulQuadratic() const = 0;
|
||||
virtual std::string_view GetCreditsTable() const = 0;
|
||||
virtual std::string_view GetCreditsFont() const =0;
|
||||
virtual std::string_view GetJapaneseCreditsFont() const=0;
|
||||
virtual const zeus::CColor& GetCreditsTextFontColor() const=0;
|
||||
virtual const zeus::CColor& GetCreditsTextBorderColor() const=0;
|
||||
virtual std::string_view GetCreditsFont() const = 0;
|
||||
virtual std::string_view GetJapaneseCreditsFont() const = 0;
|
||||
virtual const zeus::CColor& GetCreditsTextFontColor() const = 0;
|
||||
virtual const zeus::CColor& GetCreditsTextBorderColor() const = 0;
|
||||
|
||||
static float FaceReflectionDistanceDebugValueToActualValue(float v) { return 0.015f * v + 0.2f; }
|
||||
static float FaceReflectionHeightDebugValueToActualValue(float v) { return 0.005f * v - 0.05f; }
|
||||
|
||||
@@ -21,8 +21,8 @@ struct ITweakPlayerRes : ITweak {
|
||||
ResId x18_minesBreakSecondTopIcon;
|
||||
ResId x1c_minesBreakSecondBottomIcon;
|
||||
|
||||
ResId rs5_mapArrowUp;
|
||||
ResId rs5_mapArrowDown;
|
||||
ResId rs5_mapArrowUp;
|
||||
ResId rs5_mapArrowDown;
|
||||
|
||||
/* N, U, UL, L, DL, D, DR, R, UR */
|
||||
std::array<ResId, 9> x24_lStick;
|
||||
|
||||
Reference in New Issue
Block a user