Added the rest of the colors

master
DonBatman 2016-03-24 12:44:30 -07:00
parent 0c03c98344
commit 5ca915e14b
1 changed files with 12 additions and 0 deletions

View File

@ -3,6 +3,18 @@ myfences.colors = {
{"red", "Red", "842800ae"},
{"green", "Green", "0c4916b3"},
{"white", "White", "ffffffb3"},
{"black","Black","000000"},
{"blue","Blue","0B0B3B"},
{"brown","Brown","190B07"},
{"cyan","Cyan","00a4e8"},
{"darkgreen","Dark Green","071907"},
{"darkgrey","Dark Grey","1C1C1C"},
{"grey","Grey","848484"},
{"magenta","Magenta","e8008e"},
{"orange","Orange","e8b400"},
{"pink","Pink","FE2E9A"},
{"violet","Violet","08088A"},
{"yellow","Yellow","f4dd1b"},
}
dofile(minetest.get_modpath("myfences").."/picket.lua")