From d100205c126974358e420edf5c6604ed228e925d Mon Sep 17 00:00:00 2001 From: Cesar Gimenes Date: Sat, 18 Sep 2021 20:47:31 -0300 Subject: [PATCH] embed image files only --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index e75b364..336d319 100644 --- a/main.go +++ b/main.go @@ -25,7 +25,7 @@ const ( var ( mSprite map[string]*ebiten.Image - //go:embed assets/* + //go:embed assets/*.png f embed.FS )