mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Added new Chat Bubbles option
This commit is contained in:
@@ -84,6 +84,35 @@
|
||||
"step": ".1",
|
||||
"group": "Appearance"
|
||||
},
|
||||
{
|
||||
"id": "useChatBubbles",
|
||||
"label": "Chat Bubbles",
|
||||
"description": "",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false,
|
||||
"group": "Appearance"
|
||||
},
|
||||
{
|
||||
"id": "bubbleColor",
|
||||
"label": "Bubble Color",
|
||||
"description": "",
|
||||
"type": "color",
|
||||
"defaultValue": "#1d1d1d",
|
||||
"showIf": "useChatBubbles",
|
||||
"group": "Appearance"
|
||||
},
|
||||
{
|
||||
"id": "bubbleOpacity",
|
||||
"label": "Bubble Opacity",
|
||||
"description": "",
|
||||
"type": "number",
|
||||
"defaultValue": "0.90",
|
||||
"min": 0,
|
||||
"max": 1,
|
||||
"step": ".01",
|
||||
"showIf": "useChatBubbles",
|
||||
"group": "Appearance"
|
||||
},
|
||||
{
|
||||
"id": "background",
|
||||
"label": "Background",
|
||||
@@ -97,7 +126,7 @@
|
||||
"label": "Background Opacity",
|
||||
"description": "",
|
||||
"type": "number",
|
||||
"defaultValue": "0.00",
|
||||
"defaultValue": "00",
|
||||
"min": 0,
|
||||
"max": 1,
|
||||
"step": ".01",
|
||||
|
||||
Reference in New Issue
Block a user