From 48dab9c797596a19c571be22111131f092c3e0af Mon Sep 17 00:00:00 2001 From: ahai64 Date: Sun, 23 Feb 2025 13:46:04 +0800 Subject: [PATCH 1/3] add addons pico8 and picotron #221 --- .gitmodules | 6 ++++++ addons/pico8/module | 1 + addons/picotron/module | 1 + 3 files changed, 8 insertions(+) create mode 160000 addons/pico8/module create mode 160000 addons/picotron/module diff --git a/.gitmodules b/.gitmodules index abd233e6..0c0aea01 100644 --- a/.gitmodules +++ b/.gitmodules @@ -212,3 +212,9 @@ [submodule "addons/HLA-VScript/module"] path = addons/HLA-VScript/module url = https://github.com/FrostSource/HLA-VScript.git +[submodule "addons/pico8/module"] + path = addons/pico8/module + url = https://github.com/ahai64/pico8 +[submodule "addons/picotron/module"] + path = addons/picotron/module + url = https://github.com/ahai64/picotron diff --git a/addons/pico8/module b/addons/pico8/module new file mode 160000 index 00000000..a268fd6f --- /dev/null +++ b/addons/pico8/module @@ -0,0 +1 @@ +Subproject commit a268fd6f1127a5a1f90370935bbc330167477b60 diff --git a/addons/picotron/module b/addons/picotron/module new file mode 160000 index 00000000..c2218ade --- /dev/null +++ b/addons/picotron/module @@ -0,0 +1 @@ +Subproject commit c2218ade81529a63281bca78719ef40434156030 From fd5719e200534fd2be117215b8bd05adc101b1da Mon Sep 17 00:00:00 2001 From: ahai64 Date: Sun, 23 Feb 2025 13:55:24 +0800 Subject: [PATCH 2/3] add info.json --- addons/pico8/info.json | 7 +++++++ addons/picotron/info.json | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 addons/pico8/info.json create mode 100644 addons/picotron/info.json diff --git a/addons/pico8/info.json b/addons/pico8/info.json new file mode 100644 index 00000000..0c45447f --- /dev/null +++ b/addons/pico8/info.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "PICO-8", + "description": "Definitions for the PICO-8 fantasy console.", + "size": 59578, + "hasPlugin": false +} \ No newline at end of file diff --git a/addons/picotron/info.json b/addons/picotron/info.json new file mode 100644 index 00000000..c781373f --- /dev/null +++ b/addons/picotron/info.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "Picotron", + "description": "Definitions for the Picotron fantasy workstation", + "size": 82913, + "hasPlugin": false +} \ No newline at end of file From 29dccc7ec41aa958d618f24141dfc808e53033bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 05:57:31 +0000 Subject: [PATCH 3/3] chore: Update Addon Metadata --- addons/pico8/info.json | 12 ++++++------ addons/picotron/info.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/addons/pico8/info.json b/addons/pico8/info.json index 0c45447f..576e969b 100644 --- a/addons/pico8/info.json +++ b/addons/pico8/info.json @@ -1,7 +1,7 @@ { - "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", - "name": "PICO-8", - "description": "Definitions for the PICO-8 fantasy console.", - "size": 59578, - "hasPlugin": false -} \ No newline at end of file + "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "PICO-8", + "description": "Definitions for the PICO-8 fantasy console.", + "size": 404234, + "hasPlugin": false +} diff --git a/addons/picotron/info.json b/addons/picotron/info.json index c781373f..af03c074 100644 --- a/addons/picotron/info.json +++ b/addons/picotron/info.json @@ -1,7 +1,7 @@ { - "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", - "name": "Picotron", - "description": "Definitions for the Picotron fantasy workstation", - "size": 82913, - "hasPlugin": false -} \ No newline at end of file + "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "Picotron", + "description": "Definitions for the Picotron fantasy workstation", + "size": 57911, + "hasPlugin": false +}