From 0ee20a1a1f9a52366131c781ccff5dd4566e14f5 Mon Sep 17 00:00:00 2001 From: kramo <93832451+kra-mo@users.noreply.github.com> Date: Sun, 12 Mar 2023 12:00:54 +0100 Subject: [PATCH] Update animation --- src/game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game.py b/src/game.py index ed37ddf..70cc63e 100644 --- a/src/game.py +++ b/src/game.py @@ -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)