0

re-arranged config docs, relaxed validator for north direction

This commit is contained in:
Andrew Brown
2012-02-15 19:18:51 -05:00
parent 6b449da966
commit 9c0a8c01ee
3 changed files with 109 additions and 74 deletions

View File

@@ -16,6 +16,13 @@
from PIL import Image
import textures
"""The contents of this file are imported into the namespace of config files.
It also defines the render primitive objects, which are used by the C code.
Each render primitive has a corresponding section of C code, so both places
must be changed simultaneously if you want to make any changes.
"""
class RenderPrimitive(object):
options = {}
name = None