Initial commit
This commit is contained in:
9
internal/asset/embed.go
Normal file
9
internal/asset/embed.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package asset
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed texture
|
||||
var FS embed.FS
|
||||
|
||||
//go:embed font/unifont-11.0.02.2.ttf
|
||||
var Unifont []byte
|
||||
Reference in New Issue
Block a user