Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. local fspec_t = {
  2. "formspec_version[3]",
  3. "real_coordinates[true]",
  4. "size[" .. fspec_size_w .. ", " .. fspec_size_h .. "]",
  5. "label[2,1;" .. minetest.formspec_escape("Select a vacant seat inside the vehicle below:") .. "]"
  6. }
  7. local formspec = table.concat(fspec_t)
  8.  
  9. -- result:
  10. formspec_version[3]real_coordinates[true]size[2.4, 8.7]label[2,1;Select a vacant seat inside the vehicle below:]button[0.2, 0.3;2, 0.5;seat_1;Seat #1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement