Add a map module with a Map class
This commit is contained in:
parent
3e4f065b96
commit
dc78669abf
2 changed files with 86 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue