0

added metadata to rendermodes, and python bindings for them

This commit is contained in:
Aaron Griffith
2011-03-29 05:13:25 -04:00
parent 862ee62cb9
commit 5f0766839e
7 changed files with 88 additions and 9 deletions

View File

@@ -60,6 +60,7 @@ rendermode_night_draw(void *data, RenderState *state, PyObject *src, PyObject *m
}
RenderModeInterface rendermode_night = {
"night", "like \"lighting\", except at night",
sizeof(RenderModeNight),
rendermode_night_start,
rendermode_night_finish,