miketmoore / zelduh

A tile based adventure game!

Home Page:https://miketmoore.itch.io/zelduh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where to get game assets?

mewmew opened this issue · comments

commented

I'd love to try running this game, but can't quite figure out how to get the game assets. Where may they be located?

Cheers,
/u

build room configurations...
panic: open assets/tilemaps/overworldOpen.tmx: no such file or directory

goroutine 5 [running]:
main.parseTmxFile(0xc42001a0c0, 0x21, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	/home/u/goget/src/github.com/miketmoore/zelduh/cmd/zelduh/zelduh.go:1233 +0x186
main.loadTmxData(0xc420430090)
	/home/u/goget/src/github.com/miketmoore/zelduh/cmd/zelduh/zelduh.go:1225 +0x1ca
main.run()
	/home/u/goget/src/github.com/miketmoore/zelduh/cmd/zelduh/zelduh.go:333 +0x11c5
github.com/faiface/mainthread.Run.func1(0x713178, 0xc42007a060)
	/home/u/goget/src/github.com/faiface/mainthread/mainthread.go:37 +0x27
created by github.com/faiface/mainthread.Run
	/home/u/goget/src/github.com/faiface/mainthread/mainthread.go:36 +0xb2

Hi @mewmew, thanks for you interest! I added the assets back just now, in db7027f

I also plan on publishing releases to https://miketmoore.itch.io/zelduh over time.

commented

Cool. It looks great!

Got it working with rev db7027f.

2018-04-23-105828_800x767_scrot

Awesome, thanks!