split worldgen

This commit is contained in:
2024-08-30 21:56:39 +10:00
parent 9951d56a12
commit c99155fb47
4 changed files with 55 additions and 41 deletions

View File

@ -51,6 +51,7 @@ add_executable(Voxelotl MACOSX_BUNDLE
# Game logic classes
Chunk.swift
WorldGenerator.swift
World.swift
Raycast.swift
Player.swift