Update name_game.js

pull/2/head
Andreas Gysin 2021-04-06 18:22:41 +02:00
rodzic 408e448bef
commit e4a70a977e
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -8,9 +8,10 @@
// The default backround color and font attributes can be altered
// by exporting a 'settings' object (see the manual for details).
export const settings = {
backgroundColor : 'black',
color : 'white',
fontWeight : 'bold' // or '700'
backgroundColor : 'black',
color : 'white',
fontWeight : 100, // or 'lighter'
fontSize : '3em'
}
const TAU = Math.PI * 2