Fix typos
This commit is contained in:
parent
f0da60fa16
commit
5ba48c0329
|
@ -1,5 +1,5 @@
|
|||
-- name: [CS] \\#00ff00\\VL-Tone & Cjes Luigi
|
||||
-- description: [CS] VL-Tone & Cjes Luigi\nBy Coop Deluxe Team\n\nnThis Character Select pack adds VL-Tone Luigi and Cjes Luigi, who was originally the model for luigi in earlier versions of sm64ex-coop.
|
||||
-- name: [CS] VL-Tone & Cjes Luigi
|
||||
-- description: [CS] VL-Tone & Cjes Luigi\nBy Coop Deluxe Team\n\nThis Character Select pack adds VL-Tone Luigi and Cjes Luigi, who was originally the model for luigi in earlier versions of sm64ex-coop.
|
||||
|
||||
if not _G.charSelectExists then
|
||||
local first = false
|
||||
|
|
|
@ -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 TEX_YOSHI = get_texture_info("yoshi_icon")
|
||||
local TEX_YOSHI = get_texture_info("yoshi-icon")
|
||||
|
||||
VOICETABLE_YOSHI = {
|
||||
[CHAR_SOUND_ATTACKED] = "yoshi_Hurt_Take_2.ogg",
|
||||
|
|
Loading…
Reference in New Issue