From b99ada53b715def5492c7d04c0d327fa7048e5d3 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sun, 5 Apr 2026 23:12:54 +0100 Subject: Complete implementation --- demo/shmup.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'demo/shmup.scm') diff --git a/demo/shmup.scm b/demo/shmup.scm index ae7748d..19cc478 100644 --- a/demo/shmup.scm +++ b/demo/shmup.scm @@ -59,7 +59,8 @@ entities: (list (make-player)) tilemap: #f camera: (make-camera x: 0 y: 0) - tileset-texture: #f))) + tileset-texture: #f + camera-target: #f))) update: (lambda (game dt) (let* ((input (game-input game)) -- cgit v1.2.3