Михаил Капелько 4 kuukautta sitten
vanhempi
commit
9e24ab99b9
2 muutettua tiedostoa jossa 14 lisäystä ja 0 poistoa
  1. +13
    -0
      v5/desktop.py
  2. +1
    -0
      v5/main-gui.py

+ 13
- 0
v5/desktop.py Näytä tiedosto

@@ -111,6 +111,19 @@ def desktop_hideMatchingTiles(p):
#}
#}

# Hide title
#
# Conditions:
# 1. tiles has been scheduled to hide after being matched or just mismatched
def desktop_hideTitle(p):
if (
p.c.recentField == "hideMatchingTiles" or
p.c.recentField == "mismatchedItems"
):
p.title.visible = False
#}
#}

# Load tile textures
def desktop_loadTextures(p):
texs = []


+ 1
- 0
v5/main-gui.py Näytä tiedosto

@@ -97,6 +97,7 @@ def process(c):
desktop_displaySelectedTile(p)
desktop_displayTitle(p)
desktop_hideMatchingTiles(p)
desktop_hideTitle(p)
desktop_scheduleHidingOfMatchingTiles(p)
desktop_scheduleDeselectionOfMismatchedTiles(p)
ctrl.registerCallback(process)


Loading…
Peruuta
Tallenna