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:
@@ -12,7 +12,7 @@ class Game(arcade.gui.UIView):
|
||||
self.pypresence_client.update(state="Playing Space Invaders inside notifications!")
|
||||
|
||||
self.anchor = self.add_widget(arcade.gui.UIAnchorLayout(size_hint=(1, 1)))
|
||||
self.info_label = self.anchor.add(arcade.gui.UILabel("Press keys inside this window to interact with the game\nYou can see the game inside notifications!", font_size=24, multiline=True))
|
||||
self.info_label = self.anchor.add(arcade.gui.UILabel("Use arrow keys or WASD to move\nYou can see the game inside notifications!", font_size=24, multiline=True))
|
||||
|
||||
self.running = True
|
||||
self.last_update_time = time.perf_counter()
|
||||
|
||||
Reference in New Issue
Block a user