Skip to content

Commit f8ec678

Browse files
author
ahai64
committed
add addons pico8 and picotron #221
1 parent 293454c commit f8ec678

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": 59578,
6+
"hasPlugin": false
7+
}

addons/pico8/module

Submodule module added at c7a829b

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": 82913,
6+
"hasPlugin": false
7+
}

addons/picotron/module

Submodule module added at c2218ad

0 commit comments

Comments
 (0)