mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-11-01 01:07:54 +00:00
7 lines
154 B
Python
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()
|