summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2013-12-20 21:30:06 -0600
committercheapie <no-email-for-you@example.com>2013-12-20 21:30:06 -0600
commitf2716b853a541f39dd7a47d5481ead21d4be9e8f (patch)
tree4af24573c08c61dccc58a365a6a71ab6f6c0dc09
parent846998e9da03470d2d25bb4f698163942414eefc (diff)
downloadplasticbox-f2716b853a541f39dd7a47d5481ead21d4be9e8f.tar
plasticbox-f2716b853a541f39dd7a47d5481ead21d4be9e8f.tar.gz
plasticbox-f2716b853a541f39dd7a47d5481ead21d4be9e8f.tar.bz2
plasticbox-f2716b853a541f39dd7a47d5481ead21d4be9e8f.tar.xz
plasticbox-f2716b853a541f39dd7a47d5481ead21d4be9e8f.zip
Updating display names
-rw-r--r--init.lua32
1 files changed, 16 insertions, 16 deletions
diff --git a/init.lua b/init.lua
index e2c76f6..10be701 100644
--- a/init.lua
+++ b/init.lua
@@ -1,18 +1,18 @@
plasticbox = {}
plasticbox.colorlist = {
- {"black", "Black Plastic Stairs"},
- {"blue", "Blue Plastic Stairs"},
- {"brown", "Brown Plastic Stairs"},
- {"cyan", "Cyan Plastic Stairs"},
- {"green", "Green Plastic Stairs"},
- {"grey", "Grey Plastic Stairs"},
- {"magenta", "Magenta Plastic Stairs"},
- {"orange", "Orange Plastic Stairs"},
- {"pink", "Pink Plastic Stairs"},
- {"red", "Red Plastic Stairs"},
- {"violet", "Violet Plastic Stairs"},
- {"white", "White Plastic Stairs"},
- {"yellow", "Yellow Plastic Stairs"},
+ {"black", "Black Plastic"},
+ {"blue", "Blue Plastic"},
+ {"brown", "Brown Plastic"},
+ {"cyan", "Cyan Plastic"},
+ {"green", "Green Plastic"},
+ {"grey", "Grey Plastic"},
+ {"magenta", "Magenta Plastic"},
+ {"orange", "Orange Plastic"},
+ {"pink", "Pink Plastic"},
+ {"red", "Red Plastic"},
+ {"violet", "Violet Plastic"},
+ {"white", "White Plastic"},
+ {"yellow", "Yellow Plastic"},
}
@@ -276,7 +276,7 @@ for i in ipairs(plasticbox.colorlist) do
{ snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 },
{ "plasticbox_"..colorname..".png",
},
- "plasticbox_"..desc,
+ ..desc,
"plasticbox_"..colorname,
0
)
@@ -287,7 +287,7 @@ for i in ipairs(plasticbox.colorlist) do
{ snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 },
{ "plasticbox_"..colorname..".png",
},
- "plasticbox_"..desc,
+ ..desc,
"plasticbox_"..colorname,
0
)
@@ -311,7 +311,7 @@ for i in ipairs(plasticbox.colorlist) do
{ snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 },
{ "plasticbox_"..colorname..".png",
},
- "plasticbox_"..desc,
+ ..desc,
"plasticbox_"..colorname,
0
)