mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
examples/tiles: Import image/png explicitly
This commit is contained in:
parent
a131e74596
commit
8f8b37066b
@ -19,6 +19,7 @@ package main
|
||||
import (
|
||||
"fmt"
|
||||
"image"
|
||||
_ "image/png"
|
||||
"log"
|
||||
|
||||
"github.com/hajimehoshi/ebiten"
|
||||
|
Loading…
Reference in New Issue
Block a user