initial sprite batch implementation & testbed

This commit is contained in:
2024-09-13 18:59:14 +10:00
parent c0de651947
commit 79013c24c4
13 changed files with 732 additions and 29 deletions

View File

@ -5,7 +5,7 @@ import Foundation
Thread.current.qualityOfService = .userInteractive
let app = Application(
delegate: Game(),
delegate: SpriteTestGame(),
configuration: ApplicationConfiguration(
frame: Size(1280, 720),
title: "Voxelotl Demo",