From b99ada53b715def5492c7d04c0d327fa7048e5d3 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sun, 5 Apr 2026 23:12:54 +0100 Subject: Complete implementation --- world.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'world.scm') diff --git a/world.scm b/world.scm index 8e1651a..521cf13 100644 --- a/world.scm +++ b/world.scm @@ -36,7 +36,8 @@ entities tilemap camera - tileset-texture) + tileset-texture + camera-target) ; symbol tag or #f (define (scene-add-entity scene entity) (scene-entities-set! scene (append (scene-entities scene) (list entity))) -- cgit v1.2.3