TannerRogalsky / punchdrunk

An attempt to replicate the LÖVE API in the browser using moonshine.
http://tannerrogalsky.com/punchdrunk/
MIT License
81 stars 10 forks source link

Tidal support #57

Open premek opened 8 years ago

premek commented 8 years ago

Tidal loads and renders Tiled maps Currently it does not

Small example attached (renamed .love file) : Forest.zip

premek commented 8 years ago

as per upstream moonshine should be configured to load init.lua, see https://github.com/gamesys/moonshine/issues/34

package.path = '?/init.lua.js;'..package.path