Skip to content

Commit

Permalink
deploy: 388c03a
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Oct 7, 2024
1 parent 8c51297 commit 69fa538
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 14 deletions.
Binary file removed assets/portraitImages/DropHunter.png
Binary file not shown.
Binary file removed assets/portraitImages/NeuralHacker.png
Binary file not shown.
Binary file removed assets/portraitImages/anata.png
Binary file not shown.
Binary file removed assets/portraitImages/anata_male.png
Binary file not shown.
Binary file added assets/portraitImages/female.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/portraitImages/male.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/portraitImages/on1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/portraitImages/tubby.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 18 additions & 14 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,30 @@
"characters":[
{
"name": "Anata",
"description": "Anata",
"portrait": "./assets/portraitImages/anata.png",
"manifest":"./character-assets/anata/manifest.json",
"icon": "./assets/icons/class-neural-hacker.svg",
"description": "Female",
"portrait": "./assets/portraitImages/female.jpg",
"manifest":"./loot-assets/anata/female/manifest.json",
"format": "vrm"
},
{
"name": "Anata Male",
"description": "Anata Male",
"portrait": "./assets/portraitImages/anata_male.png",
"manifest":"./character-assets/anata_male/manifest.json",
"icon": "|",
"name": "Anata",
"description": "Male",
"portrait": "./assets/portraitImages/male.jpg",
"manifest":"./loot-assets/anata/male/manifest.json",
"format": "vrm"
},
{
"name": "ON1FORCE",
"description": "Demon",
"portrait": "./assets/portraitImages/on1.jpg",
"manifest":"./loot-assets/ON1/manifest.json",
"format": "vrm"
},
{
"name": "Anata Male",
"description": "Anata Male",
"portrait": "./assets/portraitImages/anata_male.png",
"manifest":"./character-assets/test.json",
"icon": "|",
"name": "TUBBY CAT",
"description": "Cute",
"portrait": "./assets/portraitImages/tubby.jpg",
"manifest":"./loot-assets/tubbycats/manifest.json",
"format": "vrm"
}
],
Expand Down

0 comments on commit 69fa538

Please sign in to comment.