Working, but...

This commit is contained in:
The Wobbler 2023-10-19 12:59:58 +02:00
parent 0c042c79d7
commit b1edaf6fc1
20 changed files with 807 additions and 0 deletions

3
.gitignore vendored
View file

@ -160,3 +160,6 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
/__pycache__/
/mesh/__pycache__/
/world_objects/__pycache__/