This commit is contained in:
2021-09-01 11:56:26 +02:00
parent 57863eb08a
commit 24ce2842ae
3 changed files with 27 additions and 2 deletions

View File

@@ -15,4 +15,3 @@ class BasicScene(Scene):
r0 = Rect(a([0, 0]), a([200, 200]), (160, 160, 160), self)
self.r_objects.append(r0)