mirror of
https://github.com/maaslalani/confetty.git
synced 2024-11-14 19:56:43 +00:00
Reduce frame rate to 30 fps
This commit is contained in:
parent
d89ba24246
commit
654be31c1b
@ -12,7 +12,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
framesPerSecond = 60.0
|
||||
framesPerSecond = 30.0
|
||||
numParticles = 75
|
||||
)
|
||||
|
||||
|
@ -13,7 +13,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
framesPerSecond = 60.0
|
||||
framesPerSecond = 30.0
|
||||
numParticles = 50
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user