This commit is contained in:
Josh Deprez 2021-08-18 19:27:32 +10:00
parent 0674fdc70c
commit 44b4f46ecb

View file

@ -23,9 +23,9 @@ func init() {
type Image struct { type Image struct {
ID ID
Parallax Parallax
ZOrder
Src ImageRef
Pos image.Point Pos image.Point
Src ImageRef
ZOrder
} }
// Draw draws the image. // Draw draws the image.