open_toontown_panda3d/direct/src/directbase/DirectStart.py

5 lines
105 B
Python

print 'DirectStart: Starting the game.'
from direct.showbase import ShowBase
base = ShowBase.ShowBase()