mirror of
https://github.com/Relintai/godot-lportal.git
synced 2024-11-11 10:52:09 +01:00
f02b5f42d6
Work in progress, conversion spatials to rooms / portals
8 lines
89 B
Python
8 lines
89 B
Python
# config.py
|
|
|
|
def can_build(env, platform):
|
|
return True
|
|
|
|
def configure(env):
|
|
pass
|