diff options
| author | Thomas Kluyver <takowl@gmail.com> | 2013-01-07 20:50:07 +0000 |
|---|---|---|
| committer | Thomas Kluyver <takowl@gmail.com> | 2013-01-07 20:50:07 +0000 |
| commit | 3400844980917bb3d59da322a3e33f55f81afe12 (patch) | |
| tree | 898ff62681401e2c0a4b4a66c11f626d7b784a25 /weatbag/tiles | |
| parent | 87e6fd0a9d0ec7869dc9e6e404638cc1e090e3a7 (diff) | |
Add a simple way to test tiles
Diffstat (limited to 'weatbag/tiles')
| -rw-r--r-- | weatbag/tiles/n2.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/weatbag/tiles/n2.py b/weatbag/tiles/n2.py index b903ed3..0f8da93 100644 --- a/weatbag/tiles/n2.py +++ b/weatbag/tiles/n2.py @@ -24,3 +24,5 @@ class Tile: else: print("Sorry, I don't understand") + +test_items = ['unlit torch'] |
