stoneman2/LethalProgression

[BUG] Skills button wont show up

Opened this issue · 2 comments

Mod Version
v1.3.2

Describe the bug
The Skills button to open the skill menu doesnt show up in the escape menu
Note: You can use the arrow keys to navigate your way until you don't see your self selecting anything and then click enter

To Reproduce
Steps to reproduce the behavior:
get into a game/open a lobby and open the escape menu. Then you notice that you cant click or see the button to enter the skills menu.
Note: You can use the arrow keys to navigate your way until you don't see your self selecting anything and then click enter

Expected behavior
Upgrades! (In your pause menu).

Screenshots
image

Mod list:
Cats Test pack -Beta_1705431863592.zip
OR After some more testing:

  • LethalProgression v1.3.2 by Stoneman
  • AdvancedCompany v1.0.115 by PotatoePet
  • LethalConfig v1.3.4 by AinaVT
    Note the bug only happens when all 3 mods are enabled unsure of why

Additional context
I have tried disabling BetterEXP mod that says it might overlap with stuff like this but that didn't help unsure why this is happening.
I'm not sure if this is a version 49/47 issue.
Note: You can use the arrow keys to navigate your way until you don't see your self selecting anything and then click enter

I have figured it out

when i have all 3 of those mods installed the Resume button is so high up that the Skills button goes off screen
The line which causes it
skillTreeButton.transform.Translate(0.7f, 1.1f, 0f);

i will create a pr to fix this later today