Add companions from rC3
Thanks to TabascoEye, MikeTango, deinkoks and possibly others. :-)
This commit is contained in:
parent
5fa91b2de8
commit
ebd4bae452
13 changed files with 12 additions and 0 deletions
|
@ -11,4 +11,16 @@ export const COMPANION_RESOURCES: CompanionResourceDescriptionInterface[] = [
|
|||
{ name: "cat1", img: "resources/characters/pipoya/Cat 01-1.png", behaviour: "cat" },
|
||||
{ name: "cat2", img: "resources/characters/pipoya/Cat 01-2.png", behaviour: "cat" },
|
||||
{ name: "cat3", img: "resources/characters/pipoya/Cat 01-3.png", behaviour: "cat" },
|
||||
{ name: "Drone", img: "resources/companions/Drone.png", behaviour: "cat" },
|
||||
{ name: "Penguin", img: "resources/companions/Penguin.png", behaviour: "cat" },
|
||||
{ name: "RobotVacuum", img: "resources/companions/RobotVacuum.png", behaviour: "cat" },
|
||||
{ name: "Roomba", img: "resources/companions/Roomba.png", behaviour: "cat" },
|
||||
{ name: "ClaymoreRoomba", img: "resources/companions/Claymore_Roomba.png", behaviour: "cat" },
|
||||
{ name: "Smiley", img: "resources/companions/Smiley.png", behaviour: "cat" },
|
||||
{ name: "blauhai", img: "resources/companions/blauhai3.png", behaviour: "cat" },
|
||||
{ name: "champ1", img: "resources/companions/littlechamp.png", behaviour: "cat" },
|
||||
{ name: "champ2", img: "resources/companions/littlechamp2.png", behaviour: "cat" },
|
||||
{ name: "champ3", img: "resources/companions/littlechamp3.png", behaviour: "cat" },
|
||||
{ name: "champ4", img: "resources/companions/littlechamp4.png", behaviour: "cat" },
|
||||
{ name: "fairydust", img: "resources/companions/fairydust.png", behaviour: "cat" },
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue