hide more theme actors

This commit is contained in:
Jill 2022-09-29 00:51:55 +03:00
parent 208321b864
commit d874c39388
1 changed files with 5 additions and 0 deletions

View File

@ -233,6 +233,11 @@
'Overlay', 'Underlay',
'ScoreP1', 'ScoreP2',
'LifeP1', 'LifeP2',
'PlayerOptionsP1', 'PlayerOptionsP2', 'SongOptions',
'LifeFrame', 'ScoreFrame',
'DifficultyP1', 'DifficultyP2',
'BPMDisplay',
'MemoryCardDisplayP1', 'MemoryCardDisplayP2'
} do
local child = SCREENMAN(element)
if child then child:hidden(1) end