mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-01-20 18:30:20 +00:00
turbo feat(configuration): up framerate to 15fps
This commit is contained in:
parent
d7132f95e5
commit
3c4652f6b0
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
export const GIF_WIDTH = 350
|
||||
export const GIF_HEIGHT = GIF_WIDTH
|
||||
export const GIF_FRAME_RATE = 10
|
||||
export const GIF_FRAME_RATE = 15
|
||||
export const GIF_PALETTE_SIZE = 255
|
||||
|
|
Loading…
Reference in a new issue