1
0
Fork 0
mirror of https://github.com/Findus23/plugin-ProfileAvatar.git synced 2024-09-19 15:23:45 +02:00
plugin-ProfileAvatar/Generators/CatAvatar.php
2020-05-20 10:41:04 +02:00

18 lines
344 B
PHP

<?php
namespace Piwik\Plugins\ProfileAvatar\Generators;
class CatAvatar extends MonsterIDBase
{
public $size = 240;
protected $path = "CatAvatar/Cat";
protected $partTemplate = [
'body' => [1, 15],
'fur' => [1, 10],
'eyes' => [1, 15],
'mouth' => [1, 10],
'accessorie' => [1, 20]
];
}