From c6b07e4af0d455f787f484f78852e12884a573f0 Mon Sep 17 00:00:00 2001 From: steveRoll-git <40004112+steveRoll-git@users.noreply.github.com> Date: Fri, 29 Sep 2023 19:28:31 +0300 Subject: [PATCH] Remove `lua` from the collision info explanation The block is mostly readable English text, and Lua syntax highlighting makes it more difficult to read normally. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9183e81..3e15d06 100644 --- a/README.md +++ b/README.md @@ -337,7 +337,7 @@ end Here's the info contained on every collision item contained in the `cols` variables mentioned above: -```lua +``` cols[i] = { item = the item being moved / checked other = an item colliding with the item being moved