Skip to content

Commit

Permalink
expand character exports
Browse files Browse the repository at this point in the history
  • Loading branch information
cnkeats committed Jan 31, 2022
1 parent ebbb61e commit 046c8e0
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions src/melee/characters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,48 @@ const externalCharacters: CharacterInfo[] = [
shortName: "Ganon",
colors: [DEFAULT_COLOR, "Red", "Blue", "Green", "Purple"],
},
{
id: Character.MASTER_HAND,
name: "Master Hand",
shortName: "M-Hand",
colors: ["Default"],
},
{
id: Character.WIREFRAME_MALE,
name: "Wireframe Male",
shortName: "Wire-M",
colors: ["Default"],
},
{
id: Character.WIREFRAME_FEMALE,
name: "Wireframe Female",
shortName: "Wire-F",
colors: ["Default"],
},
{
id: Character.GIGA_BOWSER,
name: "Giga Bowser",
shortName: "G-Bowser",
colors: ["Default"],
},
{
id: Character.CRAZY_HAND,
name: "Crazy Hand",
shortName: "C-Hand",
colors: ["Default"],
},
{
id: Character.SANDBAG,
name: "Sandbag",
shortName: "Sandbag",
colors: ["Default"],
},
{
id: Character.POPO,
name: "Popo",
shortName: "SoPo",
colors: ["Default"],
},
];

export function getAllCharacters(): CharacterInfo[] {
Expand Down

0 comments on commit 046c8e0

Please sign in to comment.