File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Themes/Til Death/BGAnimations/ScreenGameplay overlay Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -647,15 +647,15 @@ local t = Def.ActorFrame{
647
647
if (playerConfig :get_data (pn_to_profile_slot (PLAYER_1 )).CustomizeGameplay ) then
648
648
SCREENMAN :GetTopScreen ():AddInputCallback (firstHalfInput )
649
649
SCREENMAN :GetTopScreen ():AddInputCallback (secondHalfInput )
650
- screen = SCREENMAN : GetTopScreen ()
651
- noteField = screen : GetChild ( " PlayerP1 " ): GetChild ( " NoteField " )
652
- noteField : addx ( noteFieldX )
653
- noteField :addy ( noteFieldY )
654
- noteColumns = noteField :get_column_actors ( )
655
- for i , actor in ipairs ( noteColumns ) do
656
- actor : zoomtowidth ( noteFieldWidth )
657
- actor :zoomtoheight ( noteFieldHeight )
658
- end
650
+ end
651
+ screen = SCREENMAN : GetTopScreen ( )
652
+ noteField = screen : GetChild ( " PlayerP1 " ): GetChild ( " NoteField " )
653
+ noteField :addx ( noteFieldX )
654
+ noteField :addy ( noteFieldY )
655
+ noteColumns = noteField : get_column_actors ()
656
+ for i , actor in ipairs ( noteColumns ) do
657
+ actor :zoomtowidth ( noteFieldWidth )
658
+ actor : zoomtoheight ( noteFieldHeight )
659
659
end
660
660
end ,
661
661
JudgmentMessageCommand = function (self , msg )
You can’t perform that action at this time.
0 commit comments