Better road processing; flatter ground for towns
This commit is contained in:
5
Makefile
5
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user