]> git.tdb.fi Git - r2c2.git/blobdiff - tracks.dat
Add basic support for signals
[r2c2.git] / tracks.dat
index ac4c63908ea62b0bb2ab7a3b0ef25fea32e207ee..414329a78fc920cce049f9257c77a8c70583988b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 scale 1 87;
 gauge 16.5;
 rail_profile
@@ -108,6 +106,15 @@ track 24236
        };
 };
 
+track 24360
+{
+       description "Straight, 360mm";
+       part
+       {
+               length 360;
+       };
+};
+
 // Curves, R1
 
 track 24107
@@ -465,6 +472,23 @@ track 24977
        };
 };
 
+// Signals
+
+signal \7039
+{
+       indication "Hp1"
+       {
+               aspect 0;
+               free_blocks 1;
+       };
+       indication "Hp0"
+       {
+               aspect 1;
+               free_blocks 0;
+       };
+       object "homesignal.object";
+};
+
 // Layout for selecting tracks
 
 layout
@@ -629,4 +653,9 @@ layout
                position -0.112537 0.138174 0;
                rotation 1.5708;
        };
+       track 24360
+       {
+               position -0.542646 -0.0794758 0;
+               rotation 1.5708;
+       };
 };