Added script to get working directory.

This commit is contained in:
The Wobbler 2023-07-19 14:41:48 +02:00
parent fb67675354
commit 3a7faee6f6

View file

@ -12,6 +12,7 @@ pygame.display.set_caption("Screensaver")
gray = (20, 20, 20) gray = (20, 20, 20)
red = (255, 20, 20) red = (255, 20, 20)
working_directory = os.path.abspath(__file__)
wobblers = [] wobblers = []
max_wobbler_size = 50 max_wobbler_size = 50