Skip to content

Commit

Permalink
fix stars init
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed Dec 17, 2023
1 parent ca09b9d commit 0913b92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _ark/dx/track/dx_track_macros.dta
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@

{if {== $scoretex rb2} {set $scoretex "none"}}

{if {== $stars rb2} {set $stars "none"}}

{if {== $bretex rb2} {set $bretex "none"}}

{if {== $voxarrow rb2} {set $voxarrow "none"}}
Expand Down Expand Up @@ -425,6 +427,8 @@

{unless {== $scoretex none} {set $scorecustomtexture TRUE}}

{unless {== $stars none} {set $starscustomtexture TRUE}}

{unless {== $bretex none} {set $brecustomtexture TRUE}}

{unless {== $voxarrow none} {set $voxarrowcustomtexture TRUE}}
Expand Down
3 changes: 3 additions & 0 deletions _ark/dx/ui/dx_init.dta
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
;score texture
{set $scoretex "rb4"}

;stars texture
{set $stars "rb4"}

;bre texture
{set $bretex "rb2"}

Expand Down

0 comments on commit 0913b92

Please sign in to comment.