mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 05:54:33 +02:00
Add Godot to Ace Attorney
This commit is contained in:
@@ -6,7 +6,8 @@ const { wrapText } = require('../../util/Canvas');
|
||||
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Ace-Attorney.ttf'), { family: 'Ace Attorney' });
|
||||
const characters = {
|
||||
phoenix: ['phoenix', 'wright', 'naruhodo', 'ryuuichi', 'ryu', 'nick'],
|
||||
edgeworth: ['miles', 'edgeworth', 'mitsurugi', 'reiji', 'edgey']
|
||||
edgeworth: ['miles', 'edgeworth', 'mitsurugi', 'reiji', 'edgey'],
|
||||
godot: ['godot', 'diego', 'armando', 'souryuu', 'soryu', 'kaminogi']
|
||||
};
|
||||
|
||||
module.exports = class AceAttorneyCommand extends Command {
|
||||
|
||||
Reference in New Issue
Block a user