dev-jakklu #6

Merged
s452701 merged 10 commits from dev-jakklu into master 2021-05-10 14:53:00 +02:00
4 changed files with 5 additions and 7 deletions
Showing only changes of commit ba1f6f6f78 - Show all commits

View File

@ -1,4 +1,5 @@
import os
import pygame as pg
for i in os.listdir('.'):

View File

@ -1,13 +1,11 @@
import time as _time
from functools import lru_cache as _lru_cache
from typing import Any as _Any
from typing import Iterable as _Iterable
from typing import List as _List
from typing import Tuple as _Tuple
from typing import Type as _Type
from typing import TypeVar as _TypeVar
from typing import Any as _Any
from typing import Tuple as _Tuple
from typing import Iterable as _Iterable
version = '1.3'

View File

@ -1,4 +1,3 @@
import pygame
from pygame.rect import Rect

View File

@ -1,5 +1,5 @@
from survival.image import Image
from survival.generators.tile_generator import TileGenerator
from survival.image import Image
from survival.tile import Tile