feat: use custom SVGs
This commit is contained in:
parent
78bdaf2616
commit
bfed01bb56
17 changed files with 1429 additions and 12 deletions
|
|
@ -58,11 +58,8 @@ export const state = () => ({
|
|||
unlocked: false,
|
||||
},
|
||||
],
|
||||
modalText:
|
||||
'{{ Premise }}' +
|
||||
'<br><br>' +
|
||||
'{{ Click to generate <span class="fas fa-hourglass-half text-sm"></span> <b>Spare Time</b> }}',
|
||||
modalIsOpen: true,
|
||||
modalText: '',
|
||||
modalIsOpen: false,
|
||||
|
||||
gameStopped: false,
|
||||
|
||||
|
|
|
|||
Reference in a new issue