Initialize

This commit is contained in:
Anna Nowak 2019-05-30 18:09:57 +02:00
parent 36b8bf702a
commit 22e4a12eff

View File

@ -2,7 +2,7 @@ import sys, random
CELL_SIZE = 64
FPS = 60
DELAY = 500
DELAY = 50
map = open( sys.argv[1], 'r' )