mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 12:05:11 +00:00
Update extra character icons
This commit is contained in:
parent
afba4eb7d9
commit
99c5a442ee
5 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
mods/char-select-extra-chars/textures/yoshi_icon.tex
Normal file
BIN
mods/char-select-extra-chars/textures/yoshi_icon.tex
Normal file
Binary file not shown.
|
@ -2,7 +2,7 @@ if not _G.charSelectExists then return end
|
||||||
|
|
||||||
local E_MODEL_YOSHI_PLAYER = smlua_model_util_get_id("yoshi_player_geo")
|
local E_MODEL_YOSHI_PLAYER = smlua_model_util_get_id("yoshi_player_geo")
|
||||||
|
|
||||||
local TEX_YOSHI = get_texture_info("yoshi-icon")
|
local TEX_YOSHI = get_texture_info("yoshi_icon")
|
||||||
|
|
||||||
VOICETABLE_YOSHI = {
|
VOICETABLE_YOSHI = {
|
||||||
[CHAR_SOUND_ATTACKED] = "yoshi_Hurt_Take_2.ogg",
|
[CHAR_SOUND_ATTACKED] = "yoshi_Hurt_Take_2.ogg",
|
||||||
|
|
Loading…
Reference in a new issue