diff options
Diffstat (limited to 'config/platforms/starstorm-right-middle.lua')
-rw-r--r-- | config/platforms/starstorm-right-middle.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/platforms/starstorm-right-middle.lua b/config/platforms/starstorm-right-middle.lua new file mode 100644 index 0000000..af9b712 --- /dev/null +++ b/config/platforms/starstorm-right-middle.lua @@ -0,0 +1,5 @@ +return +{ + sprite = "assets/platforms/starstorm-right-middle.png", + shape = {109,0, 0,0, 0,20, 109,20} +} |