break up gameplay stuff

This commit is contained in:
2024-08-13 08:38:21 +10:00
parent 5b97a02288
commit dc88042a36
13 changed files with 448 additions and 132 deletions

View File

@ -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,