Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- one = {
- name = "1",
- x = 1,
- y = 1,
- w = 6,
- h = 3,
- color = 32,
- },
- two = {
- name = "2",
- x = 7,
- y = 1,
- w = 6,
- h = 3,
- color = 2048,
- },
- dree = {
- name = "3",
- x = 13,
- y = 1,
- w = 6,
- h = 3,
- color = 32,
- },
- four = {
- name = "4",
- x = 1,
- y = 4,
- w = 6,
- h = 3,
- color = 2048,
- },
- five = {
- name = "5",
- x = 7,
- y = 4,
- w = 6,
- h = 3,
- color = 32,
- },
- six = {
- name = "6",
- x = 13,
- y = 4,
- w = 6,
- h = 3,
- color = 2048,
- },
- seven = {
- name = "7",
- x = 1,
- y = 7,
- w = 6,
- h = 3,
- color = 32,
- },
- eight = {
- name = "8",
- x = 7,
- y = 7,
- w = 6,
- h = 3,
- color = 2048,
- },
- nine = {
- name = "9",
- x = 13,
- y = 7,
- w = 6,
- h = 3,
- color = 32,
- },
- null = {
- name = "0",
- x = 1,
- y = 10,
- w = 6,
- h = 3,
- color = 2048,
- },
- enter = {
- name = "Enter",
- x = 7,
- y = 10,
- w = 12,
- h = 3,
- color = 8192,
- },
- }
Advertisement
Add Comment
Please, Sign In to add comment