added X button to renderer.py

This commit is contained in:
romue
2021-05-18 10:03:49 +02:00
parent 7b6e14b715
commit b77a18259f

@ -1,6 +1,6 @@
import pygame
from pathlib import Path
import sys
class Renderer:
BG_COLOR = (99, 110, 114)