Untitled
unknown
plain_text
2 years ago
301 B
11
Indexable
from direct.showbase.Showbase import Showbase
from mapmanager import Mapmanager
class GAme(Showbase):
def __int__(self):
Showbase.__init__(self)
self.land = Mapmanage()
self.land.loadLand('land,txt')
base.camLens.setFov(90)
game = Game()
game.run
Editor is loading...