From cb5cf58a75c287e78a08a2df0c1bd3f4f993674d Mon Sep 17 00:00:00 2001 From: plexx Date: Mon, 21 Dec 2020 11:47:16 +0100 Subject: [PATCH] . --- Iinstruction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Iinstruction.py b/Iinstruction.py index 7561dad..3adb39d 100644 --- a/Iinstruction.py +++ b/Iinstruction.py @@ -131,5 +131,5 @@ if __name__ == "__main__": if_instruction("shouldNiet()", [ generic_instruction("hiet()") ], [generic_instruction("hiet()")]), ]) NSD_init(500, 500) - test.to_image(0, 0, 250, 500) + test.to_image(0, 0, 500, 500) NSD_save("Iinstruction") \ No newline at end of file