Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 7 additions & 0 deletions addons/pico8/info.json
Original file line number Diff line number Diff line change
@@ -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
}
1 change: 1 addition & 0 deletions addons/pico8/module
Submodule module added at c7a829
7 changes: 7 additions & 0 deletions addons/picotron/info.json
Original file line number Diff line number Diff line change
@@ -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
}
1 change: 1 addition & 0 deletions addons/picotron/module
Submodule module added at c2218a