Add a map with tiles that can block player movement
This commit is contained in:
parent
4419eb360d
commit
367b284d31
4 changed files with 62 additions and 9 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
from . import object
|
||||
from . import main
|
||||
from . import tile
|
||||
|
||||
if __name__ == '__main__':
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue