Close popup if there is a message

This commit is contained in:
Yohann D'ANELLO
2020-11-27 17:35:51 +01:00
parent 5cdb12e8a8
commit b7f61d9485
2 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,10 @@ from squirrelbattle.display.display import Box, Display
class MessageDisplay(Display):
"""
Display a message in a popup.
"""
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)