mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 00:10:56 +02:00
3069b2e2a9
* new launcher and save converts and pipeline * fixing bugs
17 lines
454 B
JSON
17 lines
454 B
JSON
{
|
|
"id": "example_jukebox",
|
|
"name": "Jukebox Example",
|
|
"version": "1.0.0",
|
|
"api": 2,
|
|
"entry": "main.lua",
|
|
"profile": "content",
|
|
"category": "AUDIO",
|
|
"game_version": ">=0.0.0-0 <2.0.0",
|
|
"priority": 100,
|
|
"permissions": ["engine_internals"],
|
|
"dependencies": [],
|
|
"optional_dependencies": [],
|
|
"conflicts": [],
|
|
"description": "Musician gallery entry: an authored ChipAsm song, a music.select hook, a new cry and a jukebox screen."
|
|
}
|