Skip to content

Commit

Permalink
make tex presets change fc indicator style
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed Jan 29, 2024
1 parent 52788ae commit 9be9476
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _ark/dx/ui/dx_overshell_macros.dta
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
{set $hwstrk FALSE}
{set $nohwwarn FALSE}
{set $railwarn FALSE}
{set $fctype glow}
)

#define SET_RB2DX_TEXTURE_PRESET
Expand Down Expand Up @@ -106,6 +107,7 @@
{set $hwstrk FALSE}
{set $nohwwarn FALSE}
{set $railwarn FALSE}
{set $fctype glow}
)

#define SET_RB1_TEXTURE_PRESET
Expand Down Expand Up @@ -161,6 +163,7 @@
{set $hwstrk FALSE}
{set $nohwwarn FALSE}
{set $railwarn FALSE}
{set $fctype glow}
)

#define SET_RB3_TEXTURE_PRESET
Expand Down Expand Up @@ -215,6 +218,7 @@
{set $hwstrk TRUE}
{set $nohwwarn TRUE}
{set $railwarn TRUE}
{set $fctype both}
)

#define SET_RB4_TEXTURE_PRESET
Expand Down Expand Up @@ -269,6 +273,7 @@
{set $hwstrk TRUE}
{set $nohwwarn TRUE}
{set $railwarn TRUE}
{set $fctype ring}
)

#define SET_FNFESTIVAL_TEXTURE_PRESET
Expand Down Expand Up @@ -323,6 +328,7 @@
{set $hwstrk FALSE}
{set $nohwwarn TRUE}
{set $railwarn TRUE}
{set $fctype ring}
)

#define SET_LRB_TEXTURE_PRESET
Expand Down Expand Up @@ -378,6 +384,7 @@
{set $hwstrk FALSE}
{set $nohwwarn FALSE}
{set $railwarn FALSE}
{set $fctype glow}
)

#define SET_TBRB_TEXTURE_PRESET
Expand Down Expand Up @@ -432,6 +439,7 @@
{set $hwstrk FALSE}
{set $nohwwarn FALSE}
{set $railwarn FALSE}
{set $fctype glow}
)

#define SET_RR_TRACK_ANGLE
Expand Down

0 comments on commit 9be9476

Please sign in to comment.