aboutsummaryrefslogtreecommitdiff
path: root/world.scm
diff options
context:
space:
mode:
authorGene Pasquet <dev@etenil.net>2026-04-05 23:12:54 +0100
committerGene Pasquet <dev@etenil.net>2026-04-05 23:12:54 +0100
commitb99ada53b715def5492c7d04c0d327fa7048e5d3 (patch)
tree9e94dbc8ff863ef09ef18f4be31fb45e085572a4 /world.scm
parent027053b11a3a5d861ed2fa2db245388bd95ac246 (diff)
Complete implementation
Diffstat (limited to 'world.scm')
-rw-r--r--world.scm3
1 files changed, 2 insertions, 1 deletions
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)))