From 2ae6a2df37dcf73390ec51c54f6ccddf78a52a40 Mon Sep 17 00:00:00 2001 From: ahai64 Date: Sun, 23 Feb 2025 18:01:51 +0800 Subject: [PATCH 1/2] Add PICO-8 and Picotron definitions #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..e390a54c --- /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": 1, + "hasPlugin": false +} \ No newline at end of file diff --git a/addons/pico8/module b/addons/pico8/module new file mode 160000 index 00000000..408bdd41 --- /dev/null +++ b/addons/pico8/module @@ -0,0 +1 @@ +Subproject commit 408bdd413807538356afdda68313512397e516bf diff --git a/addons/picotron/info.json b/addons/picotron/info.json new file mode 100644 index 00000000..9bb9f180 --- /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": 1, + "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 bf4acb5b742b7a9952cdcc86639468be67afbcc8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 10:11:05 +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 e390a54c..018db106 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": 1, - "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 9bb9f180..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": 1, - "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 +}