mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-19 05:06:25 -04:00
5 lines
98 B
Python
5 lines
98 B
Python
print 'DirectStart: Starting the game.'
|
|
|
|
from direct.showbase import ShowBase
|
|
ShowBase.ShowBase()
|