Михаил Капелько hace 4 meses
padre
commit
23528ab465
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      v5/desktop.py

+ 1
- 1
v5/desktop.py Ver fichero

@@ -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]


Cargando…
Cancelar
Guardar