mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-03 13:11:33 +00:00
break up gameplay stuff
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
import Darwin
|
||||
|
||||
var rect = Rect(origin: .init(0, 0), size: .init(32, 32))
|
||||
rect.origin += Point(10, 10)
|
||||
|
||||
let app = Application(
|
||||
delegate: Game(),
|
||||
configuration: ApplicationConfiguration(
|
||||
width: 1280,
|
||||
height: 720,
|
||||
|
Reference in New Issue
Block a user