forked from SilverStudioGames/WTS
The invisible_button screen
This commit is contained in:
parent
48ab47b45e
commit
19f49924d6
@ -56,6 +56,9 @@ screen clothing_unlock(item):
|
||||
elif isinstance(item, DollOutfit):
|
||||
add item.image align (0.5, 0.0) yoffset -50 zoom 0.4
|
||||
|
||||
# should be replaced with the dismiss screen element
|
||||
# there is no equivalent of the alternate property though
|
||||
# but there should, but it's only used in one instance (so the other can have a dismiss in the meantime)
|
||||
screen invisible_button(action=NullAction(), keysym=None, alternate=None):
|
||||
|
||||
# Note: Actions cannot be passed as transclude, separate parameter is required.
|
||||
|
Loading…
Reference in New Issue
Block a user