adasd
All checks were successful
Deploy / deploy (push) Successful in 1m5s

This commit is contained in:
2026-07-29 20:57:47 +02:00
parent 0e73147886
commit 37bea188d5
7 changed files with 110 additions and 208 deletions

View File

@@ -23,6 +23,15 @@ return [
'label' => 'Lorelei',
'class' => \App\Avatar\Lorelei::class,
'fixed_colors' => [],
'color_groups' => [
'eyesVariant' => ['eyesColor', 'skinColor', 'backgroundColor'],
'eyebrowsVariant' => ['eyebrowsColor'],
'mouthVariant' => ['mouthColor', 'noseColor', 'frecklesColor'],
'glassesVariant' => ['glassesColor'],
'hairVariant' => ['hairColor', 'hairAccessoriesColor'],
'beardVariant' => [],
'earringsVariant' => ['earringsColor'],
],
'component_controls' => [
'eyesVariant',
'eyebrowsVariant',
@@ -38,99 +47,66 @@ return [
'default' => '#d6b36b',
'samples' => ['#d6b36b', '#b08d57', '#d9d9d9', '#8c6c4a'],
'allow_custom' => true,
'allow_fill' => true,
'allow_fill_stops' => true,
'allow_angle' => true,
],
'eyebrowsColor' => [
'label' => 'Augenbrauen',
'default' => '#4a3227',
'samples' => ['#4a3227', '#6a4938', '#2c221d', '#8a6651'],
'allow_custom' => true,
'allow_fill' => true,
'allow_fill_stops' => true,
'allow_angle' => true,
],
'eyesColor' => [
'label' => 'Augen',
'default' => '#2a2522',
'samples' => ['#2a2522', '#3f4f66', '#6b4d35', '#1f3a5f'],
'allow_custom' => true,
'allow_fill' => true,
'allow_fill_stops' => true,
'allow_angle' => true,
],
'frecklesColor' => [
'label' => 'Sommersprossen',
'default' => '#b67852',
'samples' => ['#b67852', '#a16645', '#c48a66', '#8f5a3e'],
'allow_custom' => true,
'allow_fill' => true,
'allow_fill_stops' => true,
'allow_angle' => true,
],
'glassesColor' => [
'label' => 'Brille',
'default' => '#26313f',
'samples' => ['#26313f', '#4d5f73', '#1b1f27', '#7a5d42'],
'allow_custom' => true,
'allow_fill' => true,
'allow_fill_stops' => true,
'allow_angle' => true,
],
'hairColor' => [
'label' => 'Haare',
'default' => '#4b3128',
'samples' => ['#4b3128', '#6f4b38', '#221916', '#b38a52'],
'allow_custom' => true,
'allow_fill' => true,
'allow_fill_stops' => true,
'allow_angle' => true,
],
'hairAccessoriesColor' => [
'label' => 'Haar-Accessoires',
'default' => '#b96f54',
'samples' => ['#b96f54', '#c98664', '#8d5a9e', '#5e8aa8'],
'allow_custom' => true,
'allow_fill' => true,
'allow_fill_stops' => true,
'allow_angle' => true,
],
'mouthColor' => [
'label' => 'Mund',
'default' => '#9f5a56',
'samples' => ['#9f5a56', '#b66b66', '#804444', '#c98a7a'],
'allow_custom' => true,
'allow_fill' => true,
'allow_fill_stops' => true,
'allow_angle' => true,
],
'noseColor' => [
'label' => 'Nase',
'default' => '#a56f58',
'samples' => ['#a56f58', '#bf8569', '#8d5f49', '#d3a17b'],
'allow_custom' => true,
'allow_fill' => true,
'allow_fill_stops' => true,
'allow_angle' => true,
],
'skinColor' => [
'label' => 'Haut',
'default' => '#e7ba9a',
'samples' => ['#f4d2ba', '#e7ba9a', '#c98f69', '#8a5638'],
'allow_custom' => true,
'allow_fill' => true,
'allow_fill_stops' => true,
'allow_angle' => true,
],
'backgroundColor' => [
'label' => 'Hintergrund',
'default' => '#f5efe5',
'samples' => ['#f5efe5', '#e9dfd1', '#d7e6ef', '#efe2d2'],
'allow_custom' => true,
'allow_fill' => true,
'allow_fill_stops' => true,
'allow_angle' => true,
],
],
'example_profile' => [
@@ -156,6 +132,15 @@ return [
'label' => 'Croodles',
'class' => \App\Avatar\Croodles::class,
'fixed_colors' => [],
'color_groups' => [
'headVariant' => ['baseColor', 'backgroundColor'],
'eyesVariant' => ['eyepatchColor', 'glassesColor'],
'noseVariant' => [],
'mouthVariant' => [],
'topVariant' => ['topColor'],
'beardVariant' => [],
'mustacheVariant' => [],
],
'component_controls' => [
'headVariant',
'eyesVariant',
@@ -171,45 +156,30 @@ return [
'default' => '#e7ba9a',
'samples' => ['#f4d2ba', '#e7ba9a', '#c98f69', '#8a5638'],
'allow_custom' => true,
'allow_fill' => true,
'allow_fill_stops' => true,
'allow_angle' => true,
],
'eyepatchColor' => [
'label' => 'Augenklappe',
'default' => '#283341',
'samples' => ['#283341', '#1a222d', '#4a5a6f', '#77583f'],
'allow_custom' => true,
'allow_fill' => true,
'allow_fill_stops' => true,
'allow_angle' => true,
],
'glassesColor' => [
'label' => 'Brille',
'default' => '#283341',
'samples' => ['#283341', '#4a5a6f', '#1a222d', '#74614a'],
'allow_custom' => true,
'allow_fill' => true,
'allow_fill_stops' => true,
'allow_angle' => true,
],
'topColor' => [
'label' => 'Top-Farbe',
'default' => '#4f6ea8',
'samples' => ['#4f6ea8', '#6d8fc2', '#36507a', '#6f8c55'],
'allow_custom' => true,
'allow_fill' => true,
'allow_fill_stops' => true,
'allow_angle' => true,
],
'backgroundColor' => [
'label' => 'Hintergrund',
'default' => '#f2eadf',
'samples' => ['#f2eadf', '#e6dccd', '#d9e8ef', '#efe0d0'],
'allow_custom' => true,
'allow_fill' => true,
'allow_fill_stops' => true,
'allow_angle' => true,
],
],
'example_profile' => [