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..018db106 --- /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": 30814, + "hasPlugin": false +} 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..af03c074 --- /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": 57911, + "hasPlugin": false +} 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