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

8 lines
154 B
Python
Raw Normal View History

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