examples/tiles: Import image/png explicitly

This commit is contained in:
Hajime Hoshi 2018-02-09 00:55:56 +09:00
parent a131e74596
commit 8f8b37066b

View File

@ -19,6 +19,7 @@ package main
import (
"fmt"
"image"
_ "image/png"
"log"
"github.com/hajimehoshi/ebiten"