diff options
| author | 2016-04-27 09:36:04 -0500 | |
|---|---|---|
| committer | 2016-04-27 09:37:23 -0500 | |
| commit | 29d7699569f10ce9077cfebe4e7045eb5226f4ff (patch) | |
| tree | 2ebf8b1e369783c7f0abd43d9cea94ea5eb73f70 /plugins/layout/plugin.json | |
| parent | 7d635eec4bdb6cc94fded371375f0c2e27749858 (diff) | |
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.
Diffstat (limited to 'plugins/layout/plugin.json')
| -rw-r--r-- | plugins/layout/plugin.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/layout/plugin.json b/plugins/layout/plugin.json new file mode 100644 index 00000000000..e50da000893 --- /dev/null +++ b/plugins/layout/plugin.json @@ -0,0 +1,10 @@ +{ + "plugin": { + "name": "layout", + "description": "Layout helper plugin", + "version": "0.0.1", + "author": "Carl", + "type": "plugin", + "start": "false" + } +} |
