You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the drag-and-drop feature to move tiles, a small texture is generated to display the tiles while they are being moved. However, it doesn't seem to behave as expected on the glclub1 field.
Description:
On the glclub1 field, the drag-and-drop behavior is not rendering the dragged tiles correctly when the tiles are not aligned with the 16x16 grid. Issue #114 highlighted this problem, as glclub1 has some tiles that are misaligned with the grid. When attempting to drag these tiles, they don't behave as expected.
Problems Identified:
Tile Positioning: It appears the tile positioning is altered, resulting in a "pop-in" effect where tiles from behind suddenly appear in front.
Blend Mode: The blend mode doesn't seem to be applied correctly when dragging the tiles. The blend should be applied to the pixels below in the generated drag image, but it doesn't behave as intended.
Further Testing Needed:
More testing is likely required to fully investigate the issue and ensure the correct behavior across different fields.
Additionally, we could ensure that filters are applied to the drag-and-drop function, allowing us to hide specific tiles and ensure that only the visible, unhidden tiles are being displayed correctly during dragging.
Planned Improvements:
There are already planned improvements and an overhaul of the drag-and-drop system in Issue #113. These improvements aim to make it easier to select the tiles you want to move and to only move the tiles that you intend to. This will involve adding new modes and tools to facilitate more precise tile selection and movement. While these changes will address some of the current drag-and-drop issues,
The text was updated successfully, but these errors were encountered:
When using the drag-and-drop feature to move tiles, a small texture is generated to display the tiles while they are being moved. However, it doesn't seem to behave as expected on the
glclub1
field.Description:
On the
glclub1
field, the drag-and-drop behavior is not rendering the dragged tiles correctly when the tiles are not aligned with the 16x16 grid. Issue #114 highlighted this problem, asglclub1
has some tiles that are misaligned with the grid. When attempting to drag these tiles, they don't behave as expected.Problems Identified:
Further Testing Needed:
Planned Improvements:
There are already planned improvements and an overhaul of the drag-and-drop system in Issue #113. These improvements aim to make it easier to select the tiles you want to move and to only move the tiles that you intend to. This will involve adding new modes and tools to facilitate more precise tile selection and movement. While these changes will address some of the current drag-and-drop issues,
The text was updated successfully, but these errors were encountered: