WIP: Speed up rendering by using a spritesheet

This commit is contained in:
2018-10-12 23:02:24 +01:00
parent aa093faabc
commit 1fa61c72c2
4 changed files with 152 additions and 32 deletions

View File

@@ -80,6 +80,7 @@ type Object struct {
ObjectHeader
Filename string
Name string // left blank for use by you
Sprites []*Sprite
}