diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2022-12-24 15:10:08 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2022-12-24 15:10:08 +0100 |
commit | 1457438493604b899e7929c95a3707b71e63f1e2 (patch) | |
tree | 896b537e3fded17458d314a91f3f89e240c92c4a /NeoRuntime/builtin/running/script.py | |
parent | c06882e58a7e30928ccf6366e4265548f54218c2 (diff) | |
download | Luxcena-Neo-1457438493604b899e7929c95a3707b71e63f1e2.tar.gz Luxcena-Neo-1457438493604b899e7929c95a3707b71e63f1e2.zip |
Fix bugs in builtin scripts
Diffstat (limited to 'NeoRuntime/builtin/running/script.py')
-rw-r--r-- | NeoRuntime/builtin/running/script.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/NeoRuntime/builtin/running/script.py b/NeoRuntime/builtin/running/script.py index 24147ce..bc7849a 100644 --- a/NeoRuntime/builtin/running/script.py +++ b/NeoRuntime/builtin/running/script.py @@ -24,4 +24,5 @@ class Main(NeoBehaviour): int(((sin(i+self.position) * 127 + 128)/255)*self.green), int(((sin(i+self.position) * 127 + 128)/255)*self.blue)); self.last_inst = perf_counter() -
\ No newline at end of file + strip.show() + |