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