Poodletooth-iLand/panda/direct/directbase/DirectStart.py

5 lines
105 B
Python
Raw Normal View History

2015-03-03 16:10:12 -06:00
print 'DirectStart: Starting the game.'
from direct.showbase import ShowBase
base = ShowBase.ShowBase()