diff options
author | Aki <nthirtyone@gmail.com> | 2017-09-13 00:08:06 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-09-13 00:08:06 +0200 |
commit | ddf8c5f880e7175ce316e61471743654b2486d14 (patch) | |
tree | 8703364dd67fd54394072485d47ecca953f7f33a /config/platforms/205-right.lua | |
parent | c201bef4950138bd8c475d9b8cd1c26e0615145a (diff) | |
download | roflnauts-ddf8c5f880e7175ce316e61471743654b2486d14.zip roflnauts-ddf8c5f880e7175ce316e61471743654b2486d14.tar.gz roflnauts-ddf8c5f880e7175ce316e61471743654b2486d14.tar.bz2 |
Backgroundless, themeless and iconless AI Station 205 added
Diffstat (limited to 'config/platforms/205-right.lua')
-rw-r--r-- | config/platforms/205-right.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/platforms/205-right.lua b/config/platforms/205-right.lua new file mode 100644 index 0000000..c5bcca6 --- /dev/null +++ b/config/platforms/205-right.lua @@ -0,0 +1,8 @@ +return +{ + sprite = "assets/platforms/205-right.png", + shape = { + {86,0, 40,0, 40,31, 86,27}, + {39,29, 0,29, 2,36, 39,36} + } +} |