Izet is ready

This commit is contained in:
Senad Uka
2023-11-17 22:02:40 +01:00
commit fd344ad93b
7 changed files with 219 additions and 0 deletions

13
resources/embed.go Normal file
View File

@@ -0,0 +1,13 @@
package resources
import (
_ "embed"
)
var (
//go:embed hero.png
Hero_png []byte
//go:embed grass.png
Grass_png []byte
)