10 lines
124 B
Go
10 lines
124 B
Go
package asset
|
|
|
|
import "embed"
|
|
|
|
//go:embed texture
|
|
var FS embed.FS
|
|
|
|
//go:embed font/unifont-11.0.02.2.ttf
|
|
var Unifont []byte
|