Fix txes piling up

This commit is contained in:
Joshua Seigler 2019-04-09 13:17:08 -04:00
parent 66283fcfe2
commit 4036462321
3 changed files with 16 additions and 27 deletions

View file

@ -22,8 +22,7 @@ export const PAINT = {
'paint-big07.svg',
'paint-big08.svg',
'paint-big09.svg',
'paint-big00.svg',
'paint-big01.svg',
'paint-big10.svg',
'paint-big11.svg',
'paint-big12.svg'
],
@ -37,8 +36,7 @@ export const PAINT = {
'paint07.svg',
'paint08.svg',
'paint09.svg',
'paint00.svg',
'paint01.svg',
'paint11.svg'
'paint10.svg',
'paint11.svg',
]
};