From 0b59751bc61600794188970ebc6abf6f19841f44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Tue, 25 Feb 2020 11:57:50 +0100 Subject: Add Osthoff Train Lines and South Forest subway --- nodes.lua | 16 ++++++++++++++++ textures/OsthoffLines.png | Bin 0 -> 57349 bytes textures/SFsubway.png | Bin 0 -> 54493 bytes 3 files changed, 16 insertions(+) create mode 100644 textures/OsthoffLines.png create mode 100644 textures/SFsubway.png 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 Binary files /dev/null and b/textures/OsthoffLines.png differ diff --git a/textures/SFsubway.png b/textures/SFsubway.png new file mode 100644 index 0000000..63fa728 Binary files /dev/null and b/textures/SFsubway.png differ -- cgit v1.2.3