From cdf517c51c3fe6d0c7e170ca0f455f4bf8d60e50 Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Wed, 20 Dec 2023 18:16:55 -0800 Subject: [PATCH] fix missing self plumbing --- updatedshmup.p8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updatedshmup.p8 b/updatedshmup.p8 index 3e62746..7ac3434 100644 --- a/updatedshmup.p8 +++ b/updatedshmup.p8 @@ -941,7 +941,7 @@ spewy = frownie.new{ generator=0.5, fire_off_x=4, fire_off_y = 7, - act=function() + act=function(self) local dx,dy,shoot_spec=frownie.act(self) return dx, dy, shoot_spec, true end