little changes

This commit is contained in:
2023-10-11 10:31:01 +05:30
parent df9a03515e
commit 515ca18fcc
3 changed files with 6 additions and 7 deletions

View File

@@ -284,10 +284,6 @@ import Layout from "../../layouts/Layout.astro";
firstLayer.setAlpha(0.5);
}
});
// Repeat the above code for secondLayer and thirdLayer
// Add this code for secondLayer
secondLayer.on('dragstart', (pointer) => {
secondDragStartPoint.x = pointer.x;
secondDragStartPoint.y = pointer.y;