diff options
| author | Gene Pasquet <dev@etenil.net> | 2026-04-08 07:08:54 +0100 |
|---|---|---|
| committer | Gene Pasquet <dev@etenil.net> | 2026-04-08 07:08:54 +0100 |
| commit | afc30a12e25215ff5e9226c3b4f8fd127d9a4d68 (patch) | |
| tree | f736393fb8ebfd8982a4b79310a08c57ee430ff0 /demo/scaling.scm | |
| parent | 9e8b75f9949259ef01942cd3717b79b044efddf7 (diff) | |
Move the engine-update to the scene
Diffstat (limited to 'demo/scaling.scm')
| -rw-r--r-- | demo/scaling.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demo/scaling.scm b/demo/scaling.scm index f8bfdfb..982817a 100644 --- a/demo/scaling.scm +++ b/demo/scaling.scm @@ -36,7 +36,8 @@ camera: (make-camera x: 0 y: 0) tileset-texture: #f camera-target: #f - background: '(30 30 50)))) + background: '(30 30 50) + engine-update: 'none))) update: (lambda (game dt) (let* ((input (game-input game)) |
