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

8 lines
154 B
Python
Raw Normal View History

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