ordering
This commit is contained in:
parent
0674fdc70c
commit
44b4f46ecb
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@ func init() {
|
|||
type Image struct {
|
||||
ID
|
||||
Parallax
|
||||
ZOrder
|
||||
Src ImageRef
|
||||
Pos image.Point
|
||||
Src ImageRef
|
||||
ZOrder
|
||||
}
|
||||
|
||||
// Draw draws the image.
|
||||
|
|
Loading…
Reference in a new issue