diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2020-02-25 11:57:50 +0100 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2020-02-25 11:57:50 +0100 |
commit | 0b59751bc61600794188970ebc6abf6f19841f44 (patch) | |
tree | 5f03b3e6ce9e3c3453d5f34c8f1569e5d1ca18c0 | |
parent | d69fcc5759d5f0bd0b0485dd45b445e8e7463f38 (diff) | |
download | billboard-0b59751bc61600794188970ebc6abf6f19841f44.tar.gz billboard-0b59751bc61600794188970ebc6abf6f19841f44.tar.bz2 billboard-0b59751bc61600794188970ebc6abf6f19841f44.zip |
Add Osthoff Train Lines and South Forest subway
-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 |