Skip to content

Commit 038c23f

Browse files
committed
editoast: add tvm atlas and config
1 parent a348c26 commit 038c23f

File tree

7 files changed

+29
-0
lines changed

7 files changed

+29
-0
lines changed

editoast/signal_sprites.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ BAPR:
1414
- conditions:
1515
distant: "true"
1616
sprite: "DISQUE VL"
17+
TVM:
18+
default: "REP TGV"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"REP TGV": {
3+
"height": 64,
4+
"pixelRatio": 1,
5+
"width": 64,
6+
"x": 0,
7+
"y": 0
8+
}
9+
}
369 Bytes
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"REP TGV": {
3+
"height": 128,
4+
"pixelRatio": 2,
5+
"width": 128,
6+
"x": 0,
7+
"y": 0
8+
}
9+
}
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"REP TGV": {
3+
"height": 192,
4+
"pixelRatio": 3,
5+
"width": 192,
6+
"x": 0,
7+
"y": 0
8+
}
9+
}
Loading

0 commit comments

Comments
 (0)