mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-08 10:50:42 +00:00
Merge branch 'master' of git.magicalgirl.moe:KartKrew/Kart
This commit is contained in:
commit
c772b05f8c
2 changed files with 2 additions and 1 deletions
|
@ -219,6 +219,7 @@ const UINT8 KartColor_Opposite[MAXSKINCOLORS*2] =
|
||||||
SKINCOLOR_SUNSET,10, // SKINCOLOR_MOONSLAM
|
SKINCOLOR_SUNSET,10, // SKINCOLOR_MOONSLAM
|
||||||
SKINCOLOR_MAUVE,10, // SKINCOLOR_ULTRAVIOLET
|
SKINCOLOR_MAUVE,10, // SKINCOLOR_ULTRAVIOLET
|
||||||
SKINCOLOR_DAWN,6, // SKINCOLOR_DUSK
|
SKINCOLOR_DAWN,6, // SKINCOLOR_DUSK
|
||||||
|
SKINCOLOR_POPCORN,12, // SKINCOLOR_BUBBLEGUM
|
||||||
SKINCOLOR_EMERALD,8, // SKINCOLOR_PURPLE
|
SKINCOLOR_EMERALD,8, // SKINCOLOR_PURPLE
|
||||||
SKINCOLOR_PASTEL,11, // SKINCOLOR_FUCHSIA
|
SKINCOLOR_PASTEL,11, // SKINCOLOR_FUCHSIA
|
||||||
SKINCOLOR_MAROON,8, // SKINCOLOR_TOXIC
|
SKINCOLOR_MAROON,8, // SKINCOLOR_TOXIC
|
||||||
|
|
|
@ -2752,7 +2752,7 @@ static luaL_Reg lib[] = {
|
||||||
// k_kart
|
// k_kart
|
||||||
{"K_PlayAttackTaunt", lib_kAttackSound},
|
{"K_PlayAttackTaunt", lib_kAttackSound},
|
||||||
{"K_PlayBoostTaunt", lib_kBoostSound},
|
{"K_PlayBoostTaunt", lib_kBoostSound},
|
||||||
{"K_PlayPowerGloatSund", lib_kGloatSound},
|
{"K_PlayPowerGloatSound", lib_kGloatSound},
|
||||||
{"K_PlayOvertakeSound", lib_kOvertakeSound},
|
{"K_PlayOvertakeSound", lib_kOvertakeSound},
|
||||||
{"K_PlayLossSound", lib_kLossSound},
|
{"K_PlayLossSound", lib_kLossSound},
|
||||||
{"K_PlayHitEmSound", lib_kHitEmSound},
|
{"K_PlayHitEmSound", lib_kHitEmSound},
|
||||||
|
|
Loading…
Reference in a new issue