Skip to content

Instantly share code, notes, and snippets.

@cam72cam
Created October 5, 2021 19:42
Show Gist options
  • Select an option

  • Save cam72cam/d9971f3dc4bb021348d2f9aab4451f85 to your computer and use it in GitHub Desktop.

Select an option

Save cam72cam/d9971f3dc4bb021348d2f9aab4451f85 to your computer and use it in GitHub Desktop.
[
{
"comment": "spedometer area",
"image": "immersiverailroading:tex/stuff/spedo.png",
"x": 0.01,
"y": 0.90,
"width": 0.10,
"height": 0.10,
"elements": [
{
"image": "immersiverailroading:tex/stuff/spedo_needle.png",
"x": 0.0,
"y": 0.5,
"width": 0.5,
"height": 0.5,
"readout": "SPEED",
"rotation": {
"x": 0.5,
"y": 0.5,
"degrees": 224
}
},
{
"text": "SPEED",
"x": 0.5,
"y": 0.5,
"height": 0.1,
"align": "center"
}
]
},
{
"comment": "icon area",
"x": 0.9,
"y": 0.9,
"width": 0.1,
"height": 0.1,
"elements": [
{
"image": "immersiverailroading:tex/stuff/headlight_off.png",
"x": 0,
"y": 0,
"width": 0.1,
"height": 0.1,
"control": "MYLIGHTCG",
"hidden": true,
"invert": false
},
{
"image": "immersiverailroading:tex/stuff/headlight_on.png",
"x": 0,
"y": 0,
"width": 0.1,
"height": 0.1,
"control": "MYLIGHTCG",
"hidden": true,
"invert": true
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment