From bd61ca2639775b863904bdde2e32a9c60c052452 Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sat, 20 Jan 2024 11:52:41 -0800 Subject: [PATCH] remove spark stub, not worth it in the test --- autobrake_test.p8 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/autobrake_test.p8 b/autobrake_test.p8 index 4a0a218..b0b55ca 100644 --- a/autobrake_test.p8 +++ b/autobrake_test.p8 @@ -151,13 +151,9 @@ function ship:update() self.x += s self.dx = s - self:add_sparks(t) actual_t = t end -function ship:add_sparks(t) -end - -->8 -- constraints