This commit is contained in:
Михаил Капелько
2024-06-30 20:34:02 +03:00
parent 7496b9676d
commit 23528ab465

View File

@@ -27,7 +27,7 @@ def desktop_createSelectedTiles(p):
p.sprites.append(tile) p.sprites.append(tile)
tile.guid = id tile.guid = id
tile.texture = p.textures[2 + id] tile.texture = p.textures[2 + p.c.playfieldItems[id]]
# Position. # Position.
tile.left = pos[0] tile.left = pos[0]
tile.top = pos[1] tile.top = pos[1]