mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Allow to compile templates without navigation features
This commit is contained in:
parent
d52b84e472
commit
556933306a
79 changed files with 665 additions and 220 deletions
|
|
@ -1,5 +1,5 @@
|
|||
def can_build(env, platform):
|
||||
return True
|
||||
return not env["disable_navigation_2d"]
|
||||
|
||||
|
||||
def configure(env):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue