Poodletooth-iLand/panda/direct/leveleditor/LevelEditorStart.py
Master Jumblespeed d882959bfa switch to remote
2015-05-18 22:11:33 -04:00

7 lines
154 B
Python
Executable file

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