Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PICO-8 and Picotron definitions #221 #225

Merged
merged 2 commits into from
Feb 26, 2025
Merged
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 408bdd
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