You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package asset |
|
|
|
import ( |
|
"embed" |
|
|
|
"github.com/hajimehoshi/ebiten/v2" |
|
) |
|
|
|
var ImgWhiteSquare = ebiten.NewImage(16, 16) |
|
|
|
//go:embed image map |
|
var FS embed.FS
|
|
|