Allow to compile templates without navigation features

This commit is contained in:
Michael Alexsander 2025-03-30 13:20:04 -03:00
parent d52b84e472
commit 556933306a
No known key found for this signature in database
GPG key ID: A9C91EE110F4EABA
79 changed files with 665 additions and 220 deletions

View file

@ -1,5 +1,5 @@
def can_build(env, platform):
return True
return not env["disable_navigation_2d"]
def configure(env):