1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-11 10:02:27 +01:00

Add optimised edge sprites

This commit is contained in:
Jeroen D Stout
2017-10-02 02:34:32 +02:00
committed by Aaron van Geffen
parent cee9129601
commit d00a282c1c
5 changed files with 20 additions and 0 deletions

View File

@@ -353,5 +353,25 @@
},
{
"path": "icons/search.png"
},
{
"path": "surface/selection_edge_nw.png",
"x_offset": -32,
"y_offset": -1
},
{
"path": "surface/selection_edge_ne.png",
"x_offset": 0,
"y_offset": -1
},
{
"path": "surface/selection_edge_sw.png",
"x_offset": -32,
"y_offset": 15
},
{
"path": "surface/selection_edge_se.png",
"x_offset": 0,
"y_offset": 15
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 881 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 888 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 888 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 881 B