kpreid / cubes

Block-based WebGL game engine where the blocks are made out of blocks. Trying not to be yet another Minecraft clone.
https://kpreid.github.io/cubes/cubes.html
64 stars 10 forks source link

GitHub Pages build failed #72

Closed HactarCE closed 5 months ago

HactarCE commented 4 years ago

The GH Pages build from two months ago failed, so https://kpreid.github.io/cubes/cubes.html still has an older version of the code which errors with TypeError: context.listener.setVelocity is not a function.

kpreid commented 5 months ago

Fixed in 41411c3aabff3d3750351b4054e0d5c76e3060ba. The code required no real changes, but the GitHub Pages build failed because it wasn't a fan of the contents of the deps/jasmine submodule, so I trimmed it down by vendoring (copying the actual needed files into this repository).