Update name_game.js

pull/6/head
Andreas Gysin 2021-07-03 18:51:05 +02:00
rodzic 59a40b63a7
commit bbd4ca3ad4
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -9,9 +9,9 @@
// by exporting a settings object (see the manual for details).
export const settings = {
backgroundColor : 'black',
color : 'white',
fontWeight : 100, // or lighter
fontSize : '3em'
color : 'white',
fontSize : '3em',
fontWeight : 'lighter' // or 100
}
const TAU = Math.PI * 2