Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Thanks!

That's weird error. Try installing latest love2d (use this ppa if you're on ubuntu). Also, assets are stored using Git LFS, make sure you've got them, e.g. execute command 

git lfs fetch --all
(+1)

Got it working! I’ve never worked with git-lfs before :)

sudo apt-get install git-lfs
git fetch --all
git pull
git lfs fetch --all
git lfs pull

Backpackless 2019 GMTK Fennel LOVE2D submission

Yay I'm glad it worked :)