We understand you, but we need to find out some details.
Does it work?
from direct.showbase.ShowBase import ShowBase
class Game(ShowBase):
def __init__(self):
ShowBase.__init__(self)
app = Game()
app.run()
We understand you, but we need to find out some details.
Does it work?
from direct.showbase.ShowBase import ShowBase
class Game(ShowBase):
def __init__(self):
ShowBase.__init__(self)
app = Game()
app.run()