From 0dcbccd5b5887e4e4b597c085c65806a302f457e Mon Sep 17 00:00:00 2001 From: Simon Schmutzler Date: Tue, 13 Feb 2024 14:08:45 +0100 Subject: [PATCH] =?UTF-8?q?IDs=20f=C3=BCr=20F=C3=B6rderer=20korrigiert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SSG/shapes/palettes/c_Foerderer.xml | 2 +- Editor2DLibrary/SSG/shapes/props/s_ETF.txt | 5 -- .../SSG/shapes/props/s_foerderer.txt | 54 +++++++++++++++++++ 3 files changed, 55 insertions(+), 6 deletions(-) delete mode 100644 Editor2DLibrary/SSG/shapes/props/s_ETF.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_foerderer.txt diff --git a/Editor2DLibrary/SSG/shapes/palettes/c_Foerderer.xml b/Editor2DLibrary/SSG/shapes/palettes/c_Foerderer.xml index ed3d0d5..c32393e 100644 --- a/Editor2DLibrary/SSG/shapes/palettes/c_Foerderer.xml +++ b/Editor2DLibrary/SSG/shapes/palettes/c_Foerderer.xml @@ -1,3 +1,3 @@ -
Etagenförderer (ETF)
+
Etagenförderer (ETF)
TEF mit Finger
\ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_ETF.txt b/Editor2DLibrary/SSG/shapes/props/s_ETF.txt deleted file mode 100644 index 6f237e9..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s_ETF.txt +++ /dev/null @@ -1,5 +0,0 @@ -{ - "shapeMode": 0, - "name": "Etagenförderer (ETF)", - "icon": "SSG/shapes/img/" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_foerderer.txt b/Editor2DLibrary/SSG/shapes/props/s_foerderer.txt new file mode 100644 index 0000000..7cac75a --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_foerderer.txt @@ -0,0 +1,54 @@ +{ + "shapeMode": 0, + "name": "Etagenförderer (ETF)", + "family": "Gefaellestrecke", + "icon": "SSG/shapes/img/Foerderer_32.png", + "iconBig": "SSG/shapes/img/Foerderer_64.png", + "srcSVG": "SSG/shapes/svg/s_Foerderer.xml", + "text": "^", + "width": 377.9528, + "height": 6047.2441, + "depth": 755.9055, + "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)(ORIGIN=CENTER)", + "connectionPoints": [ + { + "id": "cp1", + "x": 500.0, + "y": 0.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 0.0, + "linkClass": "Gefaellestrecke", + "label": "Oben", + "isDimension": true + }, + { + "id": "cp2", + "x": 500.0, + "y": 1000.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 180.0, + "linkClass": "Gefaellestrecke", + "label": "Unten", + "isDimension": true + } + ], + "eventClass": "OnInserted,OnDoubleclick,OnPasted,OnLinked" +} \ No newline at end of file