feat(assets): add icon
This commit is contained in:
parent
634fd7ce40
commit
5b54466018
2 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@ import (
|
|||
"tetris/engine/graphics/font"
|
||||
)
|
||||
|
||||
//go:embed icon.png
|
||||
var Icon []byte
|
||||
|
||||
//go:embed sprites.png
|
||||
var Sprite []byte
|
||||
|
||||
|
|
|
|||
BIN
assets/icon.png
Normal file
BIN
assets/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 153 B |
Loading…
Add table
Add a link
Reference in a new issue