2 Years Ago
Hack to resize glyphs from Steam if they're the wrong size until it's fixed on Steam, e.g PS glyphs are twice as big.. Add optional style parameter to Input.GetGlyph There's 3 styles Knockout (default) buttons are on a knocked-out background. Light is black on a white background, Dark is white on a black background. Modifiers WithNeutralColorABXY() will match the style color instead, WithSolidABXY() gives the buttons a solid fill. Example usage: Input.GetGlyph( InputButton, style: GlyphStyle.Light.WithSolidABXY() ); https://files.facepunch.com/matt/1b1711b1/glyph_styles.png