Add companions from rC3

Thanks to TabascoEye, MikeTango, deinkoks and possibly others. :-)
This commit is contained in:
tabascoeye 2021-12-24 12:42:50 +00:00 committed by Ludwig Behm
parent 5fa91b2de8
commit ebd4bae452
13 changed files with 12 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 779 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 804 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View file

@ -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" },
];