1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-19 09:39:48 +00:00

Revert 3f39dbf3

This commit is contained in:
Emmanouil Papadeas 2024-11-29 03:29:27 +02:00
parent 7b6f70e999
commit 8110442ca1

View file

@ -158,8 +158,6 @@ func transform_tile(
func update_tileset() -> void:
editing_images.clear()
if TileSetPanel.placing_tiles:
return
var tile_editing_mode := TileSetPanel.tile_editing_mode
for i in cells.size():
var coords := get_cell_coords_in_image(i)