Add styles

This commit is contained in:
Ketchetwahmeegwun T. Southall 2022-01-30 16:33:31 -08:00
parent 2d313da67e
commit ebcd43b34b

View File

@ -10,6 +10,16 @@ export const bodyTextStyle = () => {
}) })
} }
export const smallTextStyle = () => {
return new PIXI.TextStyle({
fontFamily: 'Arial',
fontSize: 20,
dropShadow: true,
fill: ['#ffffff'],
stroke: '#99ff99',
})
}
export const buttonHoverStyle = () => { export const buttonHoverStyle = () => {
return new PIXI.TextStyle({ return new PIXI.TextStyle({
fontFamily: 'Arial', fontFamily: 'Arial',