mirror of
https://github.com/csd4ni3l/chaos-protocol.git
synced 2026-01-01 04:23:43 +01:00
Initial commit from game template
This commit is contained in:
11
game/play.py
Normal file
11
game/play.py
Normal file
@@ -0,0 +1,11 @@
|
||||
import arcade, arcade.gui
|
||||
|
||||
from utils.constants import menu_background_color, button_style
|
||||
from utils.preload import button_texture, button_hovered_texture
|
||||
|
||||
class Game(arcade.gui.UIView):
|
||||
def __init__(self, pypresence_client):
|
||||
super().__init__()
|
||||
|
||||
def on_show_view(self):
|
||||
super().on_show_view()
|
||||
Reference in New Issue
Block a user