DirectStart.py 98 B

1234
  1. print 'DirectStart: Starting the game.'
  2. from direct.showbase import ShowBase
  3. ShowBase.ShowBase()