mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-22 10:08:31 -05:00
22 lines
703 B
PHP
22 lines
703 B
PHP
<?php
|
|
/**
|
|
* NOTICE OF LICENSE.
|
|
*
|
|
* UNIT3D is open-sourced software licensed under the GNU General Public License v3.0
|
|
* The details is bundled with this project in the file LICENSE.txt.
|
|
*
|
|
* @project UNIT3D
|
|
*
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
* @author HDVinnie
|
|
*/
|
|
|
|
return [
|
|
'imagePathPNG' => 'img/emojione', // defaults to jsdelivr's free CDN, set to 'img/emojione' for local
|
|
'sprites' => false, // use sprites?
|
|
'spriteSize' => 32, // 32/64
|
|
// If you are using the cdn, then you can change these values to get different sizes
|
|
'emojiSize' => 64, // 32/64/128
|
|
'emojiVersion' => '4.0',
|
|
];
|