Skip to content

Commit 9c29c3b

Browse files
committed
Move SpriteWidth const to its own declaration
1 parent af6e197 commit 9c29c3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sprite_sheet.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ import (
1313
)
1414

1515
const (
16-
SpriteWidth, SpriteHeight = 8, 8
16+
SpriteHeight = 8
17+
SpriteWidth = 8
1718
)
1819

1920
var sprSheet = newSpriteSheet(defaultSpriteSheetWidth, defaultSpriteSheetHeight)

0 commit comments

Comments
 (0)