aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Pérez-Cerezo <gabriel@gpcf.eu>2020-02-25 11:57:50 +0100
committerGabriel Pérez-Cerezo <gabriel@gpcf.eu>2020-02-25 11:57:50 +0100
commit0b59751bc61600794188970ebc6abf6f19841f44 (patch)
tree5f03b3e6ce9e3c3453d5f34c8f1569e5d1ca18c0
parentd69fcc5759d5f0bd0b0485dd45b445e8e7463f38 (diff)
downloadbillboard-0b59751bc61600794188970ebc6abf6f19841f44.tar.gz
billboard-0b59751bc61600794188970ebc6abf6f19841f44.tar.bz2
billboard-0b59751bc61600794188970ebc6abf6f19841f44.zip
Add Osthoff Train Lines and South Forest subway
-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