aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nodes.lua16
-rw-r--r--textures/OsthoffLines.pngbin0 -> 57349 bytes
-rw-r--r--textures/SFsubway.pngbin0 -> 54493 bytes
3 files changed, 16 insertions, 0 deletions
diff --git a/nodes.lua b/nodes.lua
index 0afa786..5d955fa 100644
--- a/nodes.lua
+++ b/nodes.lua
@@ -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
new file mode 100644
index 0000000..56435e1
--- /dev/null
+++ b/textures/OsthoffLines.png
Binary files differ
diff --git a/textures/SFsubway.png b/textures/SFsubway.png
new file mode 100644
index 0000000..63fa728
--- /dev/null
+++ b/textures/SFsubway.png
Binary files differ