Skip to content

FlowVitae V1.3.0

Compare
Choose a tag to compare
@Ven0maus Ven0maus released this 09 Nov 17:26
· 71 commits to main since this release

Features

  • Added StaticGenerator class, to generate static chunked grids
  • Changed namespace for the chunk generators, they are now within "Venomaus.FlowVitae.Chunking.Generators"

Bugfixes

  • GetViewPortWorldCoordinates now returns the positions in the correct order (eg. Position 0, 1 will be in the correct array index when retrieved by Y * Width + X)
  • Static grid option in SadConsole host, now properly renders the tiles in the right order with the fix for GetViewPortWorldCoordinates