HowTo/Scenery/0

From TrainzOnline
< HowTo | Scenery(Difference between revisions)
Jump to: navigation, search
Line 17: Line 17:
 
   1
 
   1
 
   {
 
   {
     image  "imageone.jpg
+
     image  "imagetraincar.jpg
 
     width  128
 
     width  128
 
     height  64
 
     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  "imagetraincar.jpg
   width   128
   height  64
  }

}

Personal tools