Poodletooth-iLand/panda/direct/leveleditor/LevelEditorStart.py
2015-03-03 17:10:12 -05:00

7 lines
154 B
Python

import LevelEditor
base.le = LevelEditor.LevelEditor()
# You should define LevelEditor instance as
# base.le so it can be reached in global scope
run()