diff --git a/.gitignore b/.gitignore index 30cc2e5..2e711ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ /app/assets -/app/__pycache__ \ No newline at end of file diff --git a/2-run.bat b/2-run.bat index 1085022..a02116b 100644 --- a/2-run.bat +++ b/2-run.bat @@ -1,3 +1,3 @@ cd app -bin\lua.exe main.lua +python main.py pause \ No newline at end of file diff --git a/3-run - python.bat b/3-run - python.bat deleted file mode 100644 index a02116b..0000000 --- a/3-run - python.bat +++ /dev/null @@ -1,3 +0,0 @@ -cd app -python main.py -pause \ No newline at end of file diff --git a/4-run - python vr.bat b/3-run_vr.bat similarity index 100% rename from 4-run - python vr.bat rename to 3-run_vr.bat diff --git a/app/__pycache__/car.cpython-310.pyc b/app/__pycache__/car.cpython-310.pyc deleted file mode 100644 index 78e2a2c..0000000 Binary files a/app/__pycache__/car.cpython-310.pyc and /dev/null differ diff --git a/app/__pycache__/car_camera.cpython-310.pyc b/app/__pycache__/car_camera.cpython-310.pyc deleted file mode 100644 index cb92238..0000000 Binary files a/app/__pycache__/car_camera.cpython-310.pyc and /dev/null differ diff --git a/app/__pycache__/car_lights.cpython-310.pyc b/app/__pycache__/car_lights.cpython-310.pyc deleted file mode 100644 index 93ff0ce..0000000 Binary files a/app/__pycache__/car_lights.cpython-310.pyc and /dev/null differ diff --git a/app/__pycache__/gui.cpython-310.pyc b/app/__pycache__/gui.cpython-310.pyc deleted file mode 100644 index eddf114..0000000 Binary files a/app/__pycache__/gui.cpython-310.pyc and /dev/null differ diff --git a/app/__pycache__/utils.cpython-310.pyc b/app/__pycache__/utils.cpython-310.pyc deleted file mode 100644 index e53d9f3..0000000 Binary files a/app/__pycache__/utils.cpython-310.pyc and /dev/null differ diff --git a/app/template_physics.physics b/app/template_physics.physics deleted file mode 100644 index 21c5d51..0000000 --- a/app/template_physics.physics +++ /dev/null @@ -1 +0,0 @@ -{"collision":{"input":[{"geometry":"GEOMETRY_PATH","matrix":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"type":"triangle"}],"type":"tree"}} \ No newline at end of file