Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- palate = {
- {
- desc = "sky",
- char = " ",
- txtcol = colors.black,
- bgcol = colors.lightBlue,
- solid = false,
- isLiquid = false,
- touchDamage = 0,
- insideDamage = 0,
- gravity = 1,
- },
- {
- desc = "brick",
- char = "L",
- txtcol = colors.white,
- bgcol = colors.orange,
- solid = true,
- isLiquid = false,
- touchDamage = 0,
- insideDamage = 0,
- gravity = 1,
- },
- {
- desc = "pipe",
- char = "|",
- txtcol = colors.lime,
- bgcol = colors.green,
- solid = true,
- isLiquid = false,
- touchDamage = 0,
- insideDamage = 0,
- gravity = 1,
- },
- {
- desc = "bg-grass",
- char = " ",
- txtcol = colors.green,
- bgcol = colors.green,
- solid = false,
- isLiquid = false,
- touchDamage = 0,
- insideDamage = 0,
- gravity = 1,
- },
- {
- desc = "questionblock",
- char = "?",
- txtcol = colors.black,
- bgcol = colors.yellow,
- solid = true,
- isLiquid = false,
- touchDamage = 0,
- insideDamage = 0,
- gravity = 1.0,
- },
- {
- desc = "cornerblock",
- char = "X",
- txtcol = colors.black,
- bgcol = colors.orange,
- solid = true,
- isLiquid = false,
- touchDamage = 0,
- insideDamage = 0,
- gravity = 1,
- },
- {
- desc = "flagpole",
- char = "|",
- txtcol = colors.lime,
- bgcol = colors.lightBlue,
- solid = false,
- isLiquid = false,
- touchDamage = 0,
- insideDamage = 0,
- gravity = 1,
- },
- {
- desc = "flagtop",
- char = "o",
- txtcol = colors.green,
- bgcol = colors.white,
- solid = false,
- isLiquid = false,
- touchDamage = 0,
- insideDamage = 0,
- gravity = 1,
- },
- {
- desc = "brick2",
- char = "=",
- txtcol = colors.black,
- bgcol = colors.orange,
- solid = false,
- isLiquid = false,
- touchDamage = 0,
- insideDamage = 0,
- gravity = 1,
- },
- {
- desc = "blacksky",
- char = " ",
- txtcol = colors.black,
- bgcol = colors.black,
- solid = false,
- isLiquid = false,
- touchDamage = 0,
- insideDamage = 0,
- gravity = 1,
- },
- }
Add Comment
Please, Sign In to add comment