From bbffd5b933a6dafe472edd8f9cc77cd09e7ee169 Mon Sep 17 00:00:00 2001 From: Tomasz Adamczyk Date: Sat, 3 Apr 2021 00:16:53 +0200 Subject: [PATCH] =?UTF-8?q?uporz=C4=85dkowanie=20kodu,=20odnawianie=20na?= =?UTF-8?q?=20stacji?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 27 ++-- __pycache__/definitions.cpython-37.pyc | Bin 2780 -> 2914 bytes __pycache__/map.cpython-37.pyc | Bin 0 -> 4217 bytes __pycache__/plant.cpython-37.pyc | Bin 923 -> 1713 bytes __pycache__/station.cpython-37.pyc | Bin 0 -> 749 bytes __pycache__/tractor.cpython-37.pyc | Bin 3479 -> 7529 bytes definitions.py | 8 +- map.py | 87 ++++++++++ plant.py | 16 +- py.py | 212 ++----------------------- resources/rail_detector_powered.png | Bin 351 -> 0 bytes resources/rail_normal.png | Bin 0 -> 232 bytes resources/sponge.png | Bin 0 -> 837 bytes tractor.py | 136 +++++++++++++++- 14 files changed, 268 insertions(+), 218 deletions(-) create mode 100644 __pycache__/map.cpython-37.pyc create mode 100644 __pycache__/station.cpython-37.pyc create mode 100644 map.py delete mode 100644 resources/rail_detector_powered.png create mode 100644 resources/rail_normal.png create mode 100644 resources/sponge.png diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7663586..f0adf19 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,10 @@ + + +