summaryrefslogtreecommitdiffhomepage
path: root/config/platforms/starstorm-right-top.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-09-02 22:30:32 +0200
committerAki <nthirtyone@gmail.com>2017-09-02 22:30:32 +0200
commit2757fa1de92f2eff8be080721a7f777086afa072 (patch)
treed3564407bdd589304efbdd2dd93a3d9e21c656cd /config/platforms/starstorm-right-top.lua
parent27a1d0de613a360912d1e9f3a5db7ab044a0b450 (diff)
downloadroflnauts-2757fa1de92f2eff8be080721a7f777086afa072.zip
roflnauts-2757fa1de92f2eff8be080721a7f777086afa072.tar.gz
roflnauts-2757fa1de92f2eff8be080721a7f777086afa072.tar.bz2
Separated platforms' configs from maps' configs
Diffstat (limited to 'config/platforms/starstorm-right-top.lua')
-rw-r--r--config/platforms/starstorm-right-top.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/platforms/starstorm-right-top.lua b/config/platforms/starstorm-right-top.lua
new file mode 100644
index 0000000..4470754
--- /dev/null
+++ b/config/platforms/starstorm-right-top.lua
@@ -0,0 +1,8 @@
+return
+{
+ sprite = "assets/platforms/starstorm-right-top.png",
+ shape = {
+ {115,1, 82,1, 76,6, 76,21, 84,21, 115,21},
+ {75,6, 0,6, 0,14, 75,14}
+ }
+}