Obscure Tooltips
Tooltip Slots
Blank Slot
Essentially, it acts as an invisible placeholder.
{
"type": "obscure_tooltips:blank"
}
Color Rect Slot
A rectangular panel with a borders.
{
"type": "obscure_tooltips:color_rect",
"borders": "#30ffffff",
"palette": {
"top_left": "#20ffffff",
"top_right": "#20ffffff",
"bottom_left": "#20ffffff",
"bottom_right": "#20ffffff"
}
}