Poodletooth-iLand/dependencies/panda/direct/directbase/DirectStart.py
2015-05-29 05:03:48 -05:00

4 lines
105 B
Python

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