summaryrefslogtreecommitdiff |
path: root/template.elm
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-02-20 17:38:01 +0100 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-02-20 17:38:01 +0100 |
commit | e8daf731a761dd1e5a0797237715e5384a7cff7e (patch) | |
tree | 50a0c83eeb562a351d77e8bb4403c0983999d73e /template.elm | |
parent | 7e7268cfa4e3fbbdee71cc7200923e5b68cea796 (diff) |
Starting to work on the weapons.
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 -------------------------------------------------------------------- +-------------------------------------------------------------------------------- |