diff options
author | Aki <nthirtyone@gmail.com> | 2017-09-02 22:30:32 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-09-02 22:30:32 +0200 |
commit | 2757fa1de92f2eff8be080721a7f777086afa072 (patch) | |
tree | d3564407bdd589304efbdd2dd93a3d9e21c656cd /config/platforms/starstorm-right-bottom.lua | |
parent | 27a1d0de613a360912d1e9f3a5db7ab044a0b450 (diff) | |
download | roflnauts-2757fa1de92f2eff8be080721a7f777086afa072.zip roflnauts-2757fa1de92f2eff8be080721a7f777086afa072.tar.gz roflnauts-2757fa1de92f2eff8be080721a7f777086afa072.tar.bz2 |
Separated platforms' configs from maps' configs
Diffstat (limited to 'config/platforms/starstorm-right-bottom.lua')
-rw-r--r-- | config/platforms/starstorm-right-bottom.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/platforms/starstorm-right-bottom.lua b/config/platforms/starstorm-right-bottom.lua new file mode 100644 index 0000000..16462cb --- /dev/null +++ b/config/platforms/starstorm-right-bottom.lua @@ -0,0 +1,5 @@ +return +{ + sprite = "assets/platforms/starstorm-right-bottom.png", + shape = {102,4, 94,4, 89,1, 0,1, 0,16, 83,16, 102,11} +} |