File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -2552,22 +2552,27 @@ class PlayState extends MusicBeatState
25522552 {
25532553 insert (members .indexOf (gfGroup ), obj );
25542554 }
2555+
25552556 public function addBehindBF (obj : FlxBasic )
25562557 {
25572558 insert (members .indexOf (boyfriendGroup ), obj );
25582559 }
2560+
25592561 public function addBehindDad (obj : FlxBasic )
25602562 {
25612563 insert (members .indexOf (dadGroup ), obj );
25622564 }
2565+
25632566 public function addBehindBF2 (obj : FlxBasic )
25642567 {
25652568 insert (members .indexOf (boyfriendGroup2 ), obj );
25662569 }
2570+
25672571 public function addBehindDad2 (obj : FlxBasic )
25682572 {
25692573 insert (members .indexOf (dadGroup2 ), obj );
25702574 }
2575+
25712576 public function addBehindHUD (obj : FlxBasic )
25722577 {
25732578 insert (members .indexOf (uiGroup ), obj );
You can’t perform that action at this time.
0 commit comments