Mark/celeste-ai
Archived
1
0

Updated paths

This commit is contained in:
Mark 2023-02-15 19:30:53 -08:00
parent aaab67e054
commit c5940ccfa3
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4

View File

@ -9,7 +9,7 @@ class Celeste:
# Start process
self.process = subprocess.Popen(
"bin/pico-8/pico8",
"bin/pico-8/linux/pico8",
shell=True,
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT