1
Fork 0
mirror of https://github.com/Steffo99/flyingsnake.git synced 2024-10-16 14:37:34 +00:00

Remove unused constants

This commit is contained in:
Steffo 2019-10-02 11:01:40 +02:00
parent fe47c30797
commit 6b3a186ec4

View file

@ -4,9 +4,6 @@ import json
from PIL import Image, ImageDraw from PIL import Image, ImageDraw
from .default_colors import DEFAULT_COLORS from .default_colors import DEFAULT_COLORS
DEFAULT_REGION_VALUE = 1_000_000
DEFAULT_COORDS = -1
def get_region_size(*, world, min_x, min_y, region_width, region_height): def get_region_size(*, world, min_x, min_y, region_width, region_height):
min_x = max(0, min_x or 0) min_x = max(0, min_x or 0)