update consts to reflect the new sprite size
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
pub const sprites.width = 5
|
||||
pub const sprites.height = 5 ; unused as sprite are all square
|
||||
pub const sprites.size = 25 ; height x width
|
||||
pub const sprites.width = 17
|
||||
pub const sprites.height = 17 ; unused as sprite are all square
|
||||
pub const sprites.size = 289 ; height x width
|
||||
|
||||
pub const sprites.rotation_0 = 0
|
||||
pub const sprites.rotation_90 = 1
|
||||
|
||||
Reference in New Issue
Block a user