Untitled
unknown
plain_text
2 months ago
301 B
2
Indexable
Never
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