Add a map with tiles that can block player movement

This commit is contained in:
Eryn Wells 2022-04-27 13:53:42 -07:00
parent 4419eb360d
commit 367b284d31
4 changed files with 62 additions and 9 deletions

View file

@ -3,6 +3,7 @@
from . import object
from . import main
from . import tile
if __name__ == '__main__':
import sys