2 Commits

Author SHA1 Message Date
67af93b83c moved images to res, changed code accordingly 2018-02-02 05:54:21 -07:00
f07d741077 added tileSpriteSheet.png 2018-02-02 05:46:28 -07:00
4 changed files with 2 additions and 2 deletions

View File

@ -39,13 +39,13 @@ func run() {
panic(err)
}
spritesheet, err := loadPicture("sprites.png")
spritesheet, err := loadPicture("res/sprites.png")
if err != nil {
panic(err)
}
//batch := pixel.NewBatch(&pixel.TrianglesData{}, spritesheet)
background, err := loadPicture("background.png")
background, err := loadPicture("res/background.png")
if err != nil {
panic(err)

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

BIN
res/tileSpriteSheet.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB