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

5 lines
105 B
Python
Raw Normal View History

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