From a414b612870fcfffcb161170f307370aa0965cdf Mon Sep 17 00:00:00 2001 From: moritz Date: Sun, 7 Jul 2024 19:34:03 +0200 Subject: [PATCH] =?UTF-8?q?tempCodeRunner=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/tempCodeRunnerFile.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 code/tempCodeRunnerFile.py diff --git a/code/tempCodeRunnerFile.py b/code/tempCodeRunnerFile.py deleted file mode 100644 index 66c8671..0000000 --- a/code/tempCodeRunnerFile.py +++ /dev/null @@ -1,6 +0,0 @@ - if lantern.id == detector.id - 1 or lantern.id == detector.id + 1: - lantern.light_up(176, 179, 0, 255) - if lantern.id == detector.id - 2 or lantern.id == detector.id + 2: - lantern.light_up(176, 179, 0, 128) - if lantern.id == detector.id: - lantern.light_up(255, 255, 0, 255) \ No newline at end of file