diff options
-rw-r--r-- | nodes.lua | 16 | ||||
-rw-r--r-- | textures/OsthoffLines.png | bin | 0 -> 57349 bytes | |||
-rw-r--r-- | textures/SFsubway.png | bin | 0 -> 54493 bytes |
3 files changed, 16 insertions, 0 deletions
@@ -98,4 +98,20 @@ boardlist = { filename="NWQuarter", imgtyp="png", }, + { + name="otl", + title="Osthoff Train Lines", + scale= 3.0, + norecipe=true, + filename="OsthoffLines", + imgtyp="png", + }, + { + name="sfs", + title="South Forest Subway", + scale= 3.0, + norecipe=true, + filename="SFsubway", + imgtyp="png", + }, } -- bb_boardlist diff --git a/textures/OsthoffLines.png b/textures/OsthoffLines.png Binary files differnew file mode 100644 index 0000000..56435e1 --- /dev/null +++ b/textures/OsthoffLines.png diff --git a/textures/SFsubway.png b/textures/SFsubway.png Binary files differnew file mode 100644 index 0000000..63fa728 --- /dev/null +++ b/textures/SFsubway.png |