mirror of
https://github.com/csd4ni3l/notifplayground.git
synced 2026-01-01 04:23:47 +01:00
Add tetris, make main menu buttons smaller, change some texts
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
import arcade, arcade.gui, time, random
|
||||
|
||||
from plyer import notification
|
||||
|
||||
from utils.constants import ROWS, COLS
|
||||
|
||||
class Game(arcade.gui.UIView):
|
||||
def __init__(self, pypresence_client):
|
||||
super().__init__()
|
||||
|
||||
self.pypresence_client = pypresence_client
|
||||
self.pypresence_client.update(state="Solving a maze inside notifications!")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user