From 31f46f33036dc339a9c28f1038e3dd4bccc0e85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Tue, 25 Feb 2020 12:02:17 +0100 Subject: add Origin Local transit --- nodes.lua | 8 ++++++++ textures/OriginLT.png | Bin 0 -> 45389 bytes 2 files changed, 8 insertions(+) create mode 100644 textures/OriginLT.png diff --git a/nodes.lua b/nodes.lua index 5d955fa..3fdd4cf 100644 --- a/nodes.lua +++ b/nodes.lua @@ -114,4 +114,12 @@ boardlist = { filename="SFsubway", imgtyp="png", }, + { + name="OriginLT", + title="Origin Local Transit", + scale= 3.0, + norecipe=true, + filename="OriginLT", + imgtyp="png", + }, } -- bb_boardlist diff --git a/textures/OriginLT.png b/textures/OriginLT.png new file mode 100644 index 0000000..5b12d6b Binary files /dev/null and b/textures/OriginLT.png differ -- cgit v1.2.3