Pygame-RKG-domino/settings.py

5 lines
120 B
Python

# Define constants for the screen width and height
SCREEN_WIDTH = 1200
SCREEN_HEIGHT = 900
DOMINO_W = 100
DOMINO_H = 200