HowTo/Scenery/0
From TrainzOnline
Line 12: | Line 12: | ||
{ | { | ||
image "thumbnail.jpg | image "thumbnail.jpg | ||
− | width | + | width 240 |
height 180 | height 180 | ||
} | } | ||
Line 18: | Line 18: | ||
{ | { | ||
image "imageone.jpg | image "imageone.jpg | ||
− | width | + | width 128 |
− | height | + | height 64 |
} | } | ||
} | } |
Revision as of 19:43, 6 February 2022
thumbnails sub container number
This is a required field.
The number sequence will start at 0. There should be a maximum of three sub containers. Example
thumbnails
{
0 { image "thumbnail.jpg width 240 height 180 } 1 { image "imageone.jpg width 128 height 64 }
}