~starkingdoms/starkingdoms

12a48119c61e889ba19ac0d72e60bc713bdea2be — ghostlyzsh 1 year, 8 months ago 0b71456
fmt hates committing its changes
1 files changed, 1 insertions(+), 1 deletions(-)

M starkingdoms-client/src/pages/ShipEditor.svelte
M starkingdoms-client/src/pages/ShipEditor.svelte => starkingdoms-client/src/pages/ShipEditor.svelte +1 -1
@@ 382,7 382,7 @@
      // down
      children[2] = save_recursive(x, y - y_dir);
    }*/
    let up_rotation = (rotation+2)%4;
    let up_rotation = (rotation + 2) % 4;
    if (
      grid.get(x + x_dir[up_rotation])?.get(y + y_dir[up_rotation])?.[1] ==
      up_rotation