Skip to content

Commit 818c459

Browse files
committed
feat: add Steve as a character
1 parent 292072a commit 818c459

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

public/head-icons/steve.png

9.27 KB
Loading

src/tech/AllCharacterMetadata.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,12 @@ const allCharacterMetadataInternal = {
510510
displayName: "Min Min",
511511
title: "The Ramen Bomber",
512512
},
513+
steve: {
514+
idNumber: 77,
515+
isEchoFighter: false,
516+
displayName: "Steve",
517+
title: "World Crafter",
518+
},
513519
},
514520
};
515521

0 commit comments

Comments
 (0)