summaryrefslogtreecommitdiff |
path: root/template.elm
diff options
Diffstat (limited to 'template.elm')
-rw-r--r-- | template.elm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/template.elm b/template.elm new file mode 100644 index 0000000..287f826 --- /dev/null +++ b/template.elm @@ -0,0 +1,12 @@ +module Update.ChangeScale exposing (apply_to) +-- Elm ------------------------------------------------------------------------- + +-- Battlemap ------------------------------------------------------------------- + +-------------------------------------------------------------------------------- +-- LOCAL ----------------------------------------------------------------------- +-------------------------------------------------------------------------------- + +-------------------------------------------------------------------------------- +-- EXPORTED -------------------------------------------------------------------- +-------------------------------------------------------------------------------- |