Ivan Bogush

Results 2 issues of Ivan Bogush

I built this game on Fedora and collected a list of dependencies specific to this distro, maybe it will be useful to someone : `sudo dnf install pkgconf-pkg-config glew-devel opus-devel...

docs

in init.lua:1210 there is this piece of code ``` if instance then self:swapTile(instance, tile) else self:addNewLayerTile(layer, tile, x, y) end layer.data[y][x] = tile ``` i wondered why I couldn't change...