Skip to content

Commit 63b85ea

Browse files
committed
update snowflakes config defaults
1 parent f4cf520 commit 63b85ea

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

snowflakes/config/snowflakes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22

33
return [
4-
'size' => env('SNOWFLAKES_SIZE', 1),
5-
'speed' => env('SNOWFLAKES_SPEED', 3),
4+
'size' => env('SNOWFLAKES_SIZE', 0.8),
5+
'speed' => env('SNOWFLAKES_SPEED', 1),
66
'opacity' => env('SNOWFLAKES_OPACITY', 0.5),
77
'density' => env('SNOWFLAKES_DENSITY', 1),
88
'quality' => env('SNOWFLAKES_QUALITY', 1),

snowflakes/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "snowflakes",
33
"name": "Snowflakes",
4-
"author": "Boy132",
4+
"author": "Boy132 & notCharles",
55
"version": "1.0.0",
66
"description": "Let it snow, let it snow, let it snow",
77
"category": "plugin",

0 commit comments

Comments
 (0)