Skip to content

Commit

Permalink
h2h no gem dividers
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed Dec 7, 2023
1 parent fe709b0 commit 722b927
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion _ark/dx/track/dx_track_macros.dta
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,19 @@
#endif
}

{unless $dontrungemdividers
{if_else #ifdef HX_EE {gamemode get is_hth_arrangement} #else {gamemode get is_h2h_arrangement} #endif
{if {!= {{game get_participant_config 0} get_track_sym} vocals}
{if_else $nogemdividers
{do
{{{{get_track_panel} find track_0} find drum_slots_narrow.mat} set diffuse_tex {$this find all_icons.tex}}
{{{{get_track_panel} find track_1} find drum_slots_narrow.mat} set diffuse_tex {$this find all_icons.tex}}
}
{do
{{{{get_track_panel} find track_0} find drum_slots_narrow.mat} set diffuse_tex {$this find beat_marker.tex}}
{{{{get_track_panel} find track_1} find drum_slots_narrow.mat} set diffuse_tex {$this find beat_marker.tex}}
}
}
}
{if_else $nogemdividers
{beatmatch foreach_active_player $player
{switch {$player instrument}
Expand Down

0 comments on commit 722b927

Please sign in to comment.