From a81b080cc830d3073fda40ec777ab24f72cacfb9 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 25 Apr 2026 20:42:30 -0700 Subject: Getting a sword slashing animation working --- util.lua | 116 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 71 insertions(+), 45 deletions(-) (limited to 'util.lua') diff --git a/util.lua b/util.lua index 157d7ad..b73838a 100644 --- a/util.lua +++ b/util.lua @@ -1,49 +1,51 @@ +update_hooks = {} + -- https://pico-8.fandom.com/wiki/Qsort -function qsort(a,c,l,r) - c,l,r=c or function(a,b) return a