Skip to content

Commit

Permalink
fix stars presets
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed Dec 17, 2023
1 parent 0913b92 commit fd0d63f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions _ark/dx/ui/dx_overshell_macros.dta
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
{set $voxod FALSE}
{set $scorecustomtexture FALSE}
{set $scoretex FALSE}
{set $starscustomtexture FALSE}
{set $stars FALSE}
{set $odbarcustomtexture FALSE}
{set $odbar FALSE}
{set $railscustomtexture FALSE}
Expand Down Expand Up @@ -70,6 +72,8 @@
{set $voxod FALSE}}}
{set $scorecustomtexture TRUE}
{set $scoretex rb4}
{set $starscustomtexture TRUE}
{set $stars rb4}
{set $odbarcustomtexture TRUE}
{set $odbar rb2dx}
{if_else $texrunonce
Expand Down Expand Up @@ -124,6 +128,8 @@
{set $voxod rb1}
{set $scorecustomtexture TRUE}
{set $scoretex rb1}
{set $starscustomtexture TRUE}
{set $stars rb1}
{set $odbarcustomtexture TRUE}
{set $odbar rb1}
{if_else $texrunonce
Expand Down Expand Up @@ -190,6 +196,8 @@
{set $voxod rb2}
{set $scorecustomtexture TRUE}
{set $scoretex rb2}
{set $starscustomtexture TRUE}
{set $stars rb2}
{set $odbarcustomtexture TRUE}
{set $odbar rb2}
{set $railscustomtexture TRUE}
Expand Down Expand Up @@ -230,6 +238,8 @@
{set $voxod rb3}
{set $scorecustomtexture TRUE}
{set $scoretex rb3}
{set $starscustomtexture TRUE}
{set $stars rb3}
{set $odbarcustomtexture TRUE}
{set $odbar rb3}
{set $railscustomtexture TRUE}
Expand Down Expand Up @@ -273,6 +283,8 @@
{set $voxod FALSE}}}
{set $scorecustomtexture TRUE}
{set $scoretex rb4}
{set $starscustomtexture TRUE}
{set $stars rb4}
{set $odbarcustomtexture TRUE}
{set $odbar rb4}
{set $railscustomtexture TRUE}
Expand Down Expand Up @@ -342,6 +354,13 @@
{do
{set $scorecustomtexture FALSE}
{set $scoretex FALSE}}}
{if_else $texrunonce
{do
{set $starscustomtexture TRUE}
{set $stars lrb}}
{do
{set $starscustomtexture FALSE}
{set $stars FALSE}}}
{set $odbarcustomtexture TRUE}
{set $odbar lrb}
{if_else $texrunonce
Expand Down Expand Up @@ -395,6 +414,8 @@
{set $voxod lrb}
{set $scorecustomtexture TRUE}
{set $scoretex rb4}
{set $starscustomtexture TRUE}
{set $stars rb4}
{set $odbarcustomtexture TRUE}
{set $odbar tbrb}
{set $railscustomtexture TRUE}
Expand Down

0 comments on commit fd0d63f

Please sign in to comment.