mame/plugins/layout/plugin.json
cracyc 29d7699569 plugins/layout: layout embedded script helper plugin [Carl]
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.
2016-04-27 09:37:23 -05:00

11 lines
167 B
JSON

{
"plugin": {
"name": "layout",
"description": "Layout helper plugin",
"version": "0.0.1",
"author": "Carl",
"type": "plugin",
"start": "false"
}
}