Skip to content

Commit 65ef3a3

Browse files
ahai64ahai64github-actions[bot]
authored
Add PICO-8 and Picotron definitions #221 (#225)
* Add PICO-8 and Picotron definitions #221 * chore: Update Addon Metadata --------- Co-authored-by: ahai64 <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 293454c commit 65ef3a3

File tree

5 files changed

+22
-0
lines changed

5 files changed

+22
-0
lines changed

.gitmodules

+6
Original file line numberDiff line numberDiff line change
@@ -212,3 +212,9 @@
212212
[submodule "addons/HLA-VScript/module"]
213213
path = addons/HLA-VScript/module
214214
url = https://github.com/FrostSource/HLA-VScript.git
215+
[submodule "addons/pico8/module"]
216+
path = addons/pico8/module
217+
url = https://github.com/ahai64/pico8
218+
[submodule "addons/picotron/module"]
219+
path = addons/picotron/module
220+
url = https://github.com/ahai64/picotron

addons/pico8/info.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
3+
"name": "PICO-8",
4+
"description": "Definitions for the PICO-8 fantasy console",
5+
"size": 30814,
6+
"hasPlugin": false
7+
}

addons/pico8/module

Submodule module added at 408bdd4

addons/picotron/info.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
3+
"name": "Picotron",
4+
"description": "Definitions for the Picotron fantasy workstation",
5+
"size": 57911,
6+
"hasPlugin": false
7+
}

addons/picotron/module

Submodule module added at c2218ad

0 commit comments

Comments
 (0)