Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreSi committed Sep 19, 2024
1 parent 3d215e8 commit 1224afd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions newIDE/app/src/Utils/TileMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export type TileSet = {|
atlasImage: string,
|};


const areSameCoordinates = (
tileA: {| x: number, y: number |},
tileB: {| x: number, y: number |}
Expand Down Expand Up @@ -163,7 +162,6 @@ export const isSelectionASingleTileRectangle = (
);
};


/**
* When flipping is activated, the tile texture should be flipped but
* the tiles should be flipped as well in the selection
Expand Down Expand Up @@ -410,7 +408,6 @@ export const getTilesGridCoordinatesFromPointerSceneCoordinates = ({
return tilesCoordinatesInTileMapGrid;
};


export const getTileSet = (object: gdObject): TileSet => {
const objectConfigurationProperties = object
.getConfiguration()
Expand Down

0 comments on commit 1224afd

Please sign in to comment.