Update animation

This commit is contained in:
kramo
2023-03-12 12:00:54 +01:00
parent b8141de130
commit 0ee20a1a1f

View File

@@ -45,7 +45,7 @@ class game(Gtk.Box):
self.cover.set_pixbuf(pixbuf)
self.event_contoller_motion = Gtk.EventControllerMotion.new()
self.overlay.add_controller(self.event_contoller_motion)
self.add_controller(self.event_contoller_motion)
self.overlay.set_measure_overlay(self.play_revealer, True)
self.button_play.connect("clicked", self.launch_game)