summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-08-02 20:24:14 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-08-02 20:24:14 +0200
commit896721571dfb37dca83dc49ccc01eecdd22341c6 (patch)
tree75468bf92387df5f3f3e579d2dc6e9f5a30ec4b7 /Makefile
parent886c0728a845c918d1f691f2d75796cfd7b294c5 (diff)
Getting the map editor up to date...
It'll need a different way to display available tile instances to the user. Also, patterns will likely be more generic, replacing the current numbers with 'A', 'B', and tile variation indices.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0770807..5f74e98 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
################################################################################
## CONFIG ######################################################################
################################################################################
-MODULES ?= battle global asset #map-editor
+MODULES ?= battle global asset map-editor
SRC_DIR = ${CURDIR}/src
WWW_DIR = ${CURDIR}/www