mirror of
https://github.com/yeslayla/golang-game-framework.git
synced 2025-09-13 19:43:58 +02:00
Upgrade sdl version, implement embed rendering, and more!
This commit is contained in:
11
importer/assests.go
Normal file
11
importer/assests.go
Normal file
@ -0,0 +1,11 @@
|
||||
package importer
|
||||
|
||||
import (
|
||||
"embed"
|
||||
)
|
||||
|
||||
var EmbededAssets *embed.FS = nil
|
||||
|
||||
func SetAssets(assets *embed.FS) {
|
||||
EmbededAssets = assets
|
||||
}
|
Reference in New Issue
Block a user