XenonLab-Studio / TerraCraft

Voxel Engine written in Python 3 + Pyglet.
GNU General Public License v3.0
60 stars 8 forks source link

Fixes and loading improvements. #33

Closed benmoran56 closed 6 years ago

benmoran56 commented 6 years ago
  1. This fixes #30. Instead of making a new function, I used indexed mode for the highlight box.
  2. Loading a saved game is faster. Before, all blocks were being added in "immediate" mode by mistake.
  3. I moved the generic math functions into a new pyglet.utilities module, because they didn't really belong in the blocks module.