Converted get/set methods pairs to computed properties throughout the Playdate bindings target.

This commit is contained in:
2026-07-26 00:20:19 +02:00
parent 8b002d9be8
commit 2b046005d1
8 changed files with 36 additions and 47 deletions
@@ -32,7 +32,7 @@ final class Game {
private let boxSize = 24
func start() {
Display.setRefreshRate(50)
Display.refreshRate = 50
System.addMenuItem(title: "reset") { _ in
Game.shared.reset()