Change entry point to __main__

master
GreenXenith 2021-01-29 14:33:29 -08:00
parent 1967eafe48
commit 79f8168375
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
_Minecraft written in PyGame. Because why not._
## Usage
`python3 main.py` to run the game.
`python3 .` to run the game.
`python3 test.py` to run unit tests.
## Controls