Fix duplicate alt button position.
This commit is contained in:
parent
2a0f39b17d
commit
911a1590e4
@ -273,7 +273,7 @@ const INTERFACE = {
|
||||
let tx = (2 * (hx > 0)) + (2 * (hx > 1));
|
||||
let tile = tile_set + tx + hy;
|
||||
INTERFACE_DATA.hover = new INTERFACE.Selection(1, tile, hex);
|
||||
} else if(hx == 1 && hy == 3) {
|
||||
} else if(hx == 1 && hy == 3 && tile_set == 7) {
|
||||
INTERFACE_DATA.hover = new INTERFACE.Selection(2, 0, hex);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user