Module: game/notifications
Functions
getHighNotifyStyle
▸ getHighNotifyStyle(): Object
Returns
Object
Name | Type |
---|---|
borderColor | string |
boxShadow | string |
transform | string |
zIndex | number |
Defined in
profectus/src/game/notifications.ts:16
getNotifyStyle
▸ getNotifyStyle(color?
, strength?
): Object
Parameters
Name | Type | Default value |
---|---|---|
color | string | "white" |
strength | string | "8px" |
Returns
Object
Name | Type |
---|---|
borderColor | string |
boxShadow | string |
transform | string |
zIndex | number |