1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2024-06-16 06:25:23 +00:00

Adjusted ScaleMode for splash

This commit is contained in:
マリウス 2023-01-07 00:14:40 -05:00
parent 04eec8293a
commit a2f97785d0
No known key found for this signature in database
GPG Key ID: 272ED814BF63261F

View File

@ -59,7 +59,7 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
m.ctx.Screen[1],
m.ctx.Screen[0],
color.Transparent,
ansimage.ScaleModeResize,
ansimage.ScaleModeFill,
ansimage.NoDithering,
)
if err != nil {