I'm not sure what I'm doing wrong, my camera light doesn't come on when running the game using the bat file, nor does it turn on using the python script. Please let me know how to run it properly so I can play the game.
If you haven't already, you probably just need to install the python dependencies, if you go into your command prompt and cd into the python folder you should be able to run the below command.
pip install -r requirements.txt
Edit: The readme file has been updated with this info.
Comments
Log in with itch.io to leave a comment.
I'm not sure what I'm doing wrong, my camera light doesn't come on when running the game using the bat file, nor does it turn on using the python script. Please let me know how to run it properly so I can play the game.
If you haven't already, you probably just need to install the python dependencies, if you go into your command prompt and cd into the python folder you should be able to run the below command.
pip install -r requirements.txt
Edit: The readme file has been updated with this info.