Skip to content

Dragonblocks Alpha 0.1.4

Compare
Choose a tag to compare
@LizzyFleckenstein03 LizzyFleckenstein03 released this 12 Jul 08:01
· 229 commits to master since this release

Added physics

  • Client-side collision and physics for the player
  • Map uses binary trees instead of sorted arrays with binsearch (which had a bug btw), which fixes weird bugs and is more performant