Allow GODOT and EXPORT_TEMPLATE_SOURCE to be overwritten

This commit is contained in:
Kienan Stewart 2018-04-08 11:07:13 -04:00
parent 552c6fa076
commit 5889072b54
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
GODOT=godot3-server
EXPORT_TEMPLATE_SOURCE=https://downloads.tuxfamily.org/godotengine/3.0.2/Godot_v3.0.2-stable_export_templates.tpz
GODOT?=godot3-server
EXPORT_TEMPLATE_SOURCE?=https://downloads.tuxfamily.org/godotengine/3.0.2/Godot_v3.0.2-stable_export_templates.tpz
BUILD_DIR?=build
GODOT_PROJECT_PATH?=game
PROJECT_NAME?=game