Initial commit

This commit is contained in:
2022-01-20 21:58:50 +08:00
commit b44d41ec66
86 changed files with 5415 additions and 0 deletions

9
internal/asset/embed.go Normal file
View 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