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 {
|
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.
|
||||||
|
|
Loading…
Reference in a new issue