Added script to get working directory.
This commit is contained in:
parent
fb67675354
commit
3a7faee6f6
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ pygame.display.set_caption("Screensaver")
|
|||
gray = (20, 20, 20)
|
||||
red = (255, 20, 20)
|
||||
|
||||
working_directory = os.path.abspath(__file__)
|
||||
wobblers = []
|
||||
max_wobbler_size = 50
|
||||
|
||||
|
|
Loading…
Reference in a new issue