Skip to content

Commit

Permalink
fix invisible name text for launch rb4 menu theme
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed Oct 26, 2024
1 parent 1d99511 commit bfc5c64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _ark/ps4/dx/overshell/dx_states.dta
Original file line number Diff line number Diff line change
Expand Up @@ -660,9 +660,11 @@
{switch $list_data
("Rock Band 4 Rivals"
{dx_file_rename "ps4/ui/textures/overshell" "ps4/ui/textures/overshell_prerivals"}
{dx_file_rename "ps4/ui/overshell/slot.entity_ps4" "ps4/ui/overshell/slot_prerivals.entity_ps4"}
)
("Launch Rock Band 4"
{dx_file_rename "ps4/ui/textures/overshell_prerivals" "ps4/ui/textures/overshell"}
{dx_file_rename "ps4/ui/overshell/slot_prerivals.entity_ps4" "ps4/ui/overshell/slot.entity_ps4"}
)
}
{$this show_state kState_RB4DXDelayedEffectWarn}
Expand Down
Binary file added _ark/ps4/ui/overshell/slot_prerivals.entity_ps4
Binary file not shown.

0 comments on commit bfc5c64

Please sign in to comment.