diff --git a/assets/images/ace-attorney/godot.png b/assets/images/ace-attorney/godot.png new file mode 100644 index 00000000..aa75eeb9 Binary files /dev/null and b/assets/images/ace-attorney/godot.png differ diff --git a/commands/edit-image/ace-attorney.js b/commands/edit-image/ace-attorney.js index fea2a8d9..bcf6b384 100644 --- a/commands/edit-image/ace-attorney.js +++ b/commands/edit-image/ace-attorney.js @@ -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 { diff --git a/package.json b/package.json index 155a9eba..70c1face 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "113.22.0", + "version": "113.22.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {