From 2f44ed090c9456beae47fc51457b7fc19208fb0c Mon Sep 17 00:00:00 2001 From: ne_mene Date: Tue, 17 Mar 2026 10:59:57 +0100 Subject: particles working a bit --- main.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main.lua') diff --git a/main.lua b/main.lua index f6ea661..c909c95 100644 --- a/main.lua +++ b/main.lua @@ -10,9 +10,12 @@ function love.load() event_bind(scn.on_update, "Player", player_update_sys) event_bind(scn.on_update, "State_Machine", state_update_sys) event_bind(scn.on_update, "Sprite", sprite_anim_sys) + event_bind(scn.on_update, "Sprite", sprite_anim_sys) + event_bind(scn.on_update, "Speck_System", speck_update_sys) event_bind(scn.on_draw, "Sprite", sprite_draw_sys) event_bind(scn.on_draw, "Tilemap", tilemap_draw_sys) + event_bind(scn.on_draw, "Speck_System", speck_draw_sys) event_bind(scn.on_update, "Room_Editor", room_editor_ui_sys) event_bind(scn.on_ui, "Room_Editor", tile_place_sys) -- cgit v1.3-2-g0d8e