From 4337135bfc93fbf601819f5d8e3733563fd791d8 Mon Sep 17 00:00:00 2001 From: ghostlyzsh Date: Mon, 8 Apr 2024 23:51:47 -0500 Subject: [PATCH] please run pipeline --- starkingdoms-client/src/pages/ShipEditor.svelte | 4 ---- 1 file changed, 4 deletions(-) diff --git a/starkingdoms-client/src/pages/ShipEditor.svelte b/starkingdoms-client/src/pages/ShipEditor.svelte index 473f7362ba0ad1a3166ca9cf0b1334ef84ae6c22..0b3c2f9e62b3e5b3b4f7eea8b55c31290f6f5ad9 100644 --- a/starkingdoms-client/src/pages/ShipEditor.svelte +++ b/starkingdoms-client/src/pages/ShipEditor.svelte @@ -378,10 +378,6 @@ right_rotation, ); } - /*if (grid.get(x)?.get(y - y_dir)?.[1] == rotation) { - // down - children[2] = save_recursive(x, y - y_dir); - }*/ let up_rotation = (rotation + 2) % 4; if ( grid.get(x + x_dir[up_rotation])?.get(y + y_dir[up_rotation])?.[1] ==