mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
Reduce image size
This commit is contained in:
parent
7c25a4edea
commit
189445a472
Binary file not shown.
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 561 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 1.1 MiB |
@ -129,7 +129,7 @@ func RecordScreenAsGIF(update func(*ebiten.Image) error, out io.Writer, frameNum
|
||||
inner: update,
|
||||
writer: out,
|
||||
frameNum: frameNum,
|
||||
skips: 5,
|
||||
skips: 10,
|
||||
}
|
||||
return r.update
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user