examples/mascot: Add comments

This commit is contained in:
Hajime Hoshi 2020-03-28 16:40:00 +09:00
parent 5e4e76d75c
commit eb5f5485b3

View File

@ -87,6 +87,7 @@ func (m *mascot) update(screen *ebiten.Image) error {
m.count++
sw, sh := ebiten.ScreenSizeInFullscreen()
// TODO: Consider multiple monitors. This requires new APIs (#1114).
ebiten.SetWindowPosition(m.x16/16, m.y16/16+sh-height)
if m.vx16 == 0 {