From cc679988babf47d5752c609ee90444db22d2d1fe Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Fri, 13 Mar 2026 20:07:31 -0400 Subject: Player can dash --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.lua') diff --git a/main.lua b/main.lua index 4c943e3..2b2e380 100644 --- a/main.lua +++ b/main.lua @@ -7,7 +7,7 @@ function love.load() main_init() local scn = new_scene() event_bind(scn.on_update, "Body", body_sys) - event_bind(scn.on_update, "Player", player_movement_sys) + event_bind(scn.on_update, "State_Machine", state_update_sys) event_bind(scn.on_update, "Sprite", sprite_anim_sys) event_bind(scn.on_draw, "Sprite", sprite_draw_sys) -- cgit v1.3-2-g0d8e