mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-26 17:36:05 -05:00
fix geode logo size in menu
This commit is contained in:
parent
fc7d3343d9
commit
9953904628
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ struct CustomMenuLayer : Modify<CustomMenuLayer, MenuLayer> {
|
|||
if (!m_fields->m_menuDisabled) {
|
||||
m_fields->m_geodeButton = CircleButtonSprite::createWithSpriteFrameName(
|
||||
"geode-logo-outline-gold.png"_spr,
|
||||
1.0f,
|
||||
.95f,
|
||||
CircleBaseColor::Green,
|
||||
CircleBaseSize::MediumAlt
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue