mirror of
https://github.com/holub/mame
synced 2025-06-01 10:31:48 +03:00

luaengine: callbacks for plugins (nw) rendlay: layout tag external handler support (nw) fidel_csc and mdndclab: example layout scripts (nw) -- Neither layout script is complete. The chess doesn't handle castling or en passant and the Dungeons and Dragons only does the walls.
11 lines
167 B
JSON
11 lines
167 B
JSON
{
|
|
"plugin": {
|
|
"name": "layout",
|
|
"description": "Layout helper plugin",
|
|
"version": "0.0.1",
|
|
"author": "Carl",
|
|
"type": "plugin",
|
|
"start": "false"
|
|
}
|
|
}
|