This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pygame | |
import os | |
import random | |
from pathlib import Path | |
import logging | |
import inspect | |
# This is a simple mod to add custom music tracks. | |
# Put your music files in the same folder as this script. |
OlderNewer