Update name_game.js

pull/2/head
Andreas Gysin 2021-04-06 18:23:39 +02:00
rodzic e4a70a977e
commit 2b3f44402c
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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