fix: readme update

This commit is contained in:
Adam Mikolajczak 2024-05-13 16:43:23 +02:00
parent aae7ad82e8
commit 969590a1d6
2 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,7 @@ TILE_SIZE = 32
# game speed # game speed
TICK_RATE = 10 TICK_RATE = 10
STARTING_DIRECTION = north STARTING_DIRECTION = east
# coordinates of initial tile # coordinates of initial tile
START_X = 0 START_X = 0

View File

@ -1,6 +1,5 @@
import time import time
from typing import Optional from typing import Optional
import pygame import pygame
import os import os
from kb import ile_podlac, multi_sasiedzi from kb import ile_podlac, multi_sasiedzi