Add a map module with a Map class

This commit is contained in:
Eryn Wells 2022-04-30 23:29:52 -07:00
parent 3e4f065b96
commit dc78669abf
2 changed files with 86 additions and 0 deletions

View file

@ -5,6 +5,7 @@ from . import actions
from . import events
from . import geometry
from . import main
from . import map
from . import object
from . import tile