From d4b77212aa6ef5dc7a68258b0246b7af81a0a50f Mon Sep 17 00:00:00 2001 From: natroute <247222395+natroute@users.noreply.github.com> Date: Mon, 7 Sep 2026 18:02:45 +0300 Subject: [PATCH 1/2] Add HC addon --- .gitmodules | 4 ++++ addons/hc/info.json | 5 +++++ addons/hc/module | 1 + 3 files changed, 10 insertions(+) create mode 100644 addons/hc/info.json create mode 160000 addons/hc/module diff --git a/.gitmodules b/.gitmodules index b1cf572..380ebe7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -285,3 +285,7 @@ path = addons/forts/module url = https://github.com/TretinV3/LuaFortsAPI.git branch = addon +[submodule "addons/hc/module"] + path = addons/hc/module + url = https://github.com/natroute/hc-definitions.git + branch = publish diff --git a/addons/hc/info.json b/addons/hc/info.json new file mode 100644 index 0000000..2af9644 --- /dev/null +++ b/addons/hc/info.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "HC", + "description": "Definitions for HC, a collision detection library for LÖVE" +} \ No newline at end of file diff --git a/addons/hc/module b/addons/hc/module new file mode 160000 index 0000000..141fae1 --- /dev/null +++ b/addons/hc/module @@ -0,0 +1 @@ +Subproject commit 141fae19167043165fbcccb51bfddf58b4603eb1 From c2b71ebe3354ca99b0ef4507dce9397bc0d0aa52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 15:14:14 +0000 Subject: [PATCH 2/2] chore: Update Addon Metadata --- addons/hc/info.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/addons/hc/info.json b/addons/hc/info.json index 2af9644..1373341 100644 --- a/addons/hc/info.json +++ b/addons/hc/info.json @@ -1,5 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", "name": "HC", - "description": "Definitions for HC, a collision detection library for LÖVE" -} \ No newline at end of file + "description": "Definitions for HC, a collision detection library for LÖVE", + "size": 31948, + "hasPlugin": false +}