Explorar el Código

Doesn't have to be PNG

Noah hace 9 años
padre
commit
4efdf4f289
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      THEMES.md

+ 1 - 1
THEMES.md Ver fichero

30
 
30
 
31
 Background options:
31
 Background options:
32
 
32
 
33
-* `backgroundImage` - What image to put in the background of every frame, it should be a PNG image in `settings/backgrounds/`
33
+* `backgroundImage` - What image to put in the background of every frame, it should be a file in `settings/backgrounds/`
34
 * `backgroundColor` - A CSS color to fill the background of every frame (e.g. `pink` or `#ff00ff`). The default is white.
34
 * `backgroundColor` - A CSS color to fill the background of every frame (e.g. `pink` or `#ff00ff`). The default is white.
35
 
35
 
36
 If a `backgroundImage` is defined, its dimensions should match the theme's width and height and the file should be in `settings/backgrounds/`. So for example, you could add:
36
 If a `backgroundImage` is defined, its dimensions should match the theme's width and height and the file should be in `settings/backgrounds/`. So for example, you could add: