I tried running your source code but I got this traceback, I really wanted to play this sorry :(
pygame-ce 2.3.2 (SDL 2.26.5, Python 3.11.1)
An error has ocurred loading the game, please report this with the key error:
No such file or directory: '/Chasing-Your-Tail/assets/menu/images/fondo.jpg'.
Exception in thread Thread-2 (musicar):
Traceback (most recent call last):
File "C:\Users\axis\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 1038, in _bootstrap_inner
self.run()
File "C:\Users\axis\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 975, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\axis\Downloads\Chasing-Your-Tail\sources\escenas.py", line 24, in musicar
music.load(cancion)
FileNotFoundError: No such file or directory: '/Chasing-Your-Tail/assets/menu/music/musica_inicio.ogg'.
Traceback (most recent call last):
File "C:\Users\axis\Downloads\Chasing-Your-Tail\main.py", line 89, in <module>
input()
KeyboardInterrupt