diff options
| author | iamcheeseman <[email protected]> | 2026-04-03 09:44:29 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-04-03 09:44:29 -0400 |
| commit | 623c351bab9e63c421939dc94d6930f9d94ba8d8 (patch) | |
| tree | 961d11d9c84113a6c42c1b558fde59d60287e348 /src/scenes/game.lua | |
| parent | 94cc023a056ebc49ed883739e9f42f51598e57a0 (diff) | |
| parent | f26ba2147c7325595780bdc5dae56f1315e5495e (diff) | |
Merge branch 'main' of ssh://codeberg.org/the-gutter/gutshot
Diffstat (limited to 'src/scenes/game.lua')
| -rw-r--r-- | src/scenes/game.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scenes/game.lua b/src/scenes/game.lua index 4a31a99..45083ca 100644 --- a/src/scenes/game.lua +++ b/src/scenes/game.lua @@ -8,6 +8,7 @@ function start_game_scene() event_bind(scn.on_update, "Sprite", sprite_anim_sys) event_bind(scn.on_update, "Speck_System", speck_update_sys) event_bind(scn.on_update, "Speck_Entity", speck_entity_system) + event_bind(scn.on_update, "Camera", camera_move_system) event_bind(scn.on_draw, "Sprite", sprite_draw_sys) event_bind(scn.on_draw, "Tilemap", tilemap_draw_sys) |
