Poodletooth-iLand/panda/direct/directbase/DirectStart.py
2015-03-03 17:10:12 -05:00

4 lines
105 B
Python

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