mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-26 18:52:44 +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,
|
inner: update,
|
||||||
writer: out,
|
writer: out,
|
||||||
frameNum: frameNum,
|
frameNum: frameNum,
|
||||||
skips: 5,
|
skips: 10,
|
||||||
}
|
}
|
||||||
return r.update
|
return r.update
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user