Skip to content

Instantly share code, notes, and snippets.

@Jordach
Created February 11, 2017 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jordach/ea9de7308d62ad324b7bffdb3441bf9d to your computer and use it in GitHub Desktop.
Save Jordach/ea9de7308d62ad324b7bffdb3441bf9d to your computer and use it in GitHub Desktop.
function wardrobe.formspec_meta(
pos,
eye,
hair,
ushirt, ushirt2,
utrou, utrou2,
socks, socks2,
jacket, jacket2,
trous, trous2,
shoes, shoes2,
acc1, acc2, acc3, acc4, acc5, acc6 )
local formspec =
"size[14,10]"..
"label[1, 0; "..wardrobe.shirt_names[ushirt].."]"..
"button[1, 1; 1, 1; mouthd; <-]"..
"field[2.05, 1.32; 1.75, 1; entry1; ; RRGGBB]"..
"button[3.27, 1; 1, 1; mouthu; ->]"
return formspec
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment