Skip to content

Commit f56de15

Browse files
committed
feat: add Kazuya and Sora as characters
1 parent 25aa92e commit f56de15

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

public/head-icons/kazuya.png

7.26 KB
Loading

public/head-icons/sora.png

9.02 KB
Loading

src/tech/AllCharacterMetadata.ts

+12
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,18 @@ const allCharacterMetadataInternal = {
534534
displayName: "Mythra",
535535
title: "The Aegis",
536536
},
537+
kazuya: {
538+
idNumber: 81,
539+
isEchoFighter: false,
540+
displayName: "Kazuya",
541+
title: "The Iron Fist of Darkness",
542+
},
543+
sora: {
544+
idNumber: 82,
545+
isEchoFighter: false,
546+
displayName: "Sora",
547+
title: "Chosen by the Keyblade",
548+
},
537549
},
538550
};
539551

0 commit comments

Comments
 (0)