Traktor/constant.py

7 lines
133 B
Python
Raw Normal View History

2024-03-10 02:46:14 +01:00
import pygame
width, height = 640, 640
2024-04-28 21:17:39 +02:00
rows, cols = 10, 10
2024-03-10 02:46:14 +01:00
size = width//cols
yellow = (216,178,0)
green= (103,178,0)
red = (255,0,0)