mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-03 13:11:33 +00:00
initial sprite batch implementation & testbed
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user