Poodletooth-iLand/panda/direct/leveleditor/LevelEditorStart.py

8 lines
154 B
Python
Raw Normal View History

2015-03-03 17:10:12 -05:00
import LevelEditor
base.le = LevelEditor.LevelEditor()
# You should define LevelEditor instance as
# base.le so it can be reached in global scope
run()