mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 15:57:54 +02:00
Add Apollo to Ace Attorney
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 73 KiB |
@@ -7,7 +7,8 @@ registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Ace-Attorney.t
|
|||||||
const characters = {
|
const characters = {
|
||||||
phoenix: ['phoenix', 'wright', 'naruhodo', 'ryuuichi', 'ryu', 'nick'],
|
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']
|
godot: ['godot', 'diego', 'armando', 'souryuu', 'soryu', 'kaminogi'],
|
||||||
|
apollo: ['apollo', 'justice', 'odoroki', 'housuke', 'hosuke']
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = class AceAttorneyCommand extends Command {
|
module.exports = class AceAttorneyCommand extends Command {
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "113.22.1",
|
"version": "113.22.2",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user