Izet is ready
This commit is contained in:
13
resources/embed.go
Normal file
13
resources/embed.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package resources
|
||||
|
||||
import (
|
||||
_ "embed"
|
||||
)
|
||||
|
||||
var (
|
||||
//go:embed hero.png
|
||||
Hero_png []byte
|
||||
|
||||
//go:embed grass.png
|
||||
Grass_png []byte
|
||||
)
|
||||
BIN
resources/grass.png
Normal file
BIN
resources/grass.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
resources/hero.png
Normal file
BIN
resources/hero.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
Reference in New Issue
Block a user