dev-jakklu #6
@ -1,4 +1,5 @@
|
||||
import os
|
||||
|
||||
import pygame as pg
|
||||
|
||||
for i in os.listdir('.'):
|
||||
|
@ -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'
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
import pygame
|
||||
from pygame.rect import Rect
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user