d
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user