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-top.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-top.lua')
-rw-r--r-- | config/platforms/205-top.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/platforms/205-top.lua b/config/platforms/205-top.lua new file mode 100644 index 0000000..8470ed6 --- /dev/null +++ b/config/platforms/205-top.lua @@ -0,0 +1,5 @@ +return +{ + sprite = "assets/platforms/205-top.png", + shape = {0,1, 72,1, 70,8, 2,8} +} |