panda3d/direct/src/directbase/DirectStart.py
2004-06-01 19:31:48 +00:00

5 lines
98 B
Python

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