Михаил Капелько 4 months ago
parent
commit
23528ab465
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      v5/desktop.py

+ 1
- 1
v5/desktop.py View File

@@ -27,7 +27,7 @@ def desktop_createSelectedTiles(p):
p.sprites.append(tile)

tile.guid = id
tile.texture = p.textures[2 + id]
tile.texture = p.textures[2 + p.c.playfieldItems[id]]
# Position.
tile.left = pos[0]
tile.top = pos[1]


Loading…
Cancel
Save