Михаил Капелько 4 months ago
parent
commit
7496b9676d
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      v5/desktop.py
  2. +2
    -2
      v5/main-gui.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]
tile.texture = p.textures[2 + id]
# Position.
tile.left = pos[0]
tile.top = pos[1]


+ 2
- 2
v5/main-gui.py View File

@@ -104,8 +104,8 @@ ctrl.set("playfieldSize", 2)
ctrl.set("cellSize", 25)
ctrl.set("deselectMismatchedTilesDelay", 500)
ctrl.set("hideMatchingTilesDelay", 500)
ctrl.set("tileImage", "res/tiles.png")
ctrl.set("tileImageCount", 3)
ctrl.set("tileImage", "res/harmful-tiles.png")
ctrl.set("tileImageCount", 8)
ctrl.set("tileImageHeight", 100)
ctrl.set("tileImageWidth", 75)
ctrl.set("windowWidth", 900)


Loading…
Cancel
Save