Add Apollo to Ace Attorney

This commit is contained in:
Dragon Fire
2020-04-27 14:24:31 -04:00
parent 966fe2d757
commit b2f86615c8
3 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Ace-Attorney.t
const characters = {
phoenix: ['phoenix', 'wright', 'naruhodo', 'ryuuichi', 'ryu', 'nick'],
edgeworth: ['miles', 'edgeworth', 'mitsurugi', 'reiji', 'edgey'],
godot: ['godot', 'diego', 'armando', 'souryuu', 'soryu', 'kaminogi']
godot: ['godot', 'diego', 'armando', 'souryuu', 'soryu', 'kaminogi'],
apollo: ['apollo', 'justice', 'odoroki', 'housuke', 'hosuke']
};
module.exports = class AceAttorneyCommand extends Command {