From b00fe8fe50392a75529864fe03399fa3a0976143 Mon Sep 17 00:00:00 2001 From: Viljami Ilola <+@hix.fi> Date: Mon, 18 Mar 2024 13:05:58 +0200 Subject: internal resolution x10. get rid of rest get_sprites functions --- src/sliceitoff/display/static.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sliceitoff/display') diff --git a/src/sliceitoff/display/static.py b/src/sliceitoff/display/static.py index 1678994..af1cc67 100644 --- a/src/sliceitoff/display/static.py +++ b/src/sliceitoff/display/static.py @@ -1,2 +1,2 @@ -INTERNAL_WIDTH = 40_000 -INTERNAL_HEIGHT = 30_000 +INTERNAL_WIDTH = 400_000 +INTERNAL_HEIGHT = 300_000 -- cgit v1.2.3