Better road processing; flatter ground for towns

This commit is contained in:
Segey Lapin
2021-10-26 22:13:04 +03:00
parent 302719dd19
commit f2ef003610
5 changed files with 10 additions and 7 deletions

View File

@@ -2,7 +2,8 @@
all: godot-editor-main
godot-editor-main:
cd godot; \
scons platform=x11 target=release_debug tools=yes custom_modules=../modules -j6; \
scons platform=x11 target=release tools=no custom_modules=../modules -j6
scons platform=x11 target=release_debug tools=yes custom_modules=../modules -j6
# scons platform=x11 target=release tools=no custom_modules=../modules -j6;
# scons platform=server target=release_debug tools=yes custom_modules=../modules -j6
# scons platform=windows target=release tools=yes custom_modules=../modules -j6
# scons platform=javascript target=release tools=yes custom_modules=../modules -j6