From f8ec6785dcbaf96bb2b0e3b755986f9c7d287c1b Mon Sep 17 00:00:00 2001 From: ahai64 Date: Sun, 23 Feb 2025 14:20:21 +0800 Subject: [PATCH 1/2] add addons pico8 and picotron #221 --- .gitmodules | 6 ++++++ addons/pico8/info.json | 7 +++++++ addons/pico8/module | 1 + addons/picotron/info.json | 7 +++++++ addons/picotron/module | 1 + 5 files changed, 22 insertions(+) create mode 100644 addons/pico8/info.json create mode 160000 addons/pico8/module create mode 100644 addons/picotron/info.json 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/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/pico8/module b/addons/pico8/module new file mode 160000 index 00000000..c7a829b9 --- /dev/null +++ b/addons/pico8/module @@ -0,0 +1 @@ +Subproject commit c7a829b9a4b801c57bcde53b50410ce941561317 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 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 727687ba792f392d10e2aa42e6dd68a8c49f0924 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 06:27:12 +0000 Subject: [PATCH 2/2] 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..254b3d8e 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": 30814, + "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 +}