Add Godot to Ace Attorney

This commit is contained in:
Dragon Fire
2020-04-26 23:58:38 -04:00
parent 9bf53a90e4
commit 966fe2d757
3 changed files with 3 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

+2 -1
View File
@@ -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 {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "113.22.0",
"version": "113.22.1",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {