Skip to content

Commit

Permalink
Fix Too Many Skins
Browse files Browse the repository at this point in the history
  • Loading branch information
Dregu committed Sep 19, 2024
1 parent 5b094ab commit f6b2bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/too_many_skins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ change_string(hash_to_stringid(0xcd07f25b), CUSTOM_SKIN_TEXT)
set_pre_render_screen(SCREEN.CHARACTER_SELECT, function(self, ctx)
if state.items.player_select[1].activated then
if state.screen_character_select.player_y[1] == 0 then
state.screen_character_select.right_button_text_id = hash_to_stringid(0xcd07f25b)
state.screen_character_select.screen_panels.bottom_right_text = hash_to_stringid(0xcd07f25b)
end
end
if state.screen_character_select.player_quickselect_shown[1] then
Expand Down

0 comments on commit f6b2bbb

Please sign in to comment.