Add a neat little easter-egg

This commit is contained in:
Peder Bergebakken Sundt 2019-03-13 12:19:30 +01:00
parent a31ae16a6c
commit 0c24327429
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class RemiApp(App):
def make_gui_elements(self):#content and behaviour
#logo:
self.logo_image = gui.Image('/res/logo.png')
self.logo_image.attributes["onclick"] = "document.location='https://www.youtube.com/watch?v=t-fcrn1Edik'"
#playback controls
self.playback = Namespace()