Skip to content
Snippets Groups Projects
Commit 003bc6dd authored by DarkGod's avatar DarkGod
Browse files

oups shade

parent 7ba7b63f
No related branches found
No related tags found
No related merge requests found
......@@ -223,7 +223,6 @@ function _M:display()
return
end
local shader = Shader.new("textoutline")
function _M:toScreen()
self:display()
......
tiles={} dolls={}
dolls.race_elf = dolls.race_elf or {}
dolls.race_elf.male = { base=64,
feet = {x=32, y=61},
hand1 = {x=19, y=32},
hand2 = {x=44, y=34},
back = {x=32, y=15},
belly = {x=33, y=27},
head = {x=30, y=4},
}
dolls.race_elf = dolls.race_elf or {}
dolls.race_elf.female = { base=64,
feet = {x=34, y=61},
hand1 = {x=19, y=33},
hand2 = {x=46, y=33},
back = {x=33, y=14},
belly = {x=34, y=27},
head = {x=31, y=3},
}
dolls.race_ghoul = dolls.race_ghoul or {}
dolls.race_ghoul.all = { base=64,
feet = {x=33, y=61},
hand1 = {x=20, y=37},
hand2 = {x=48, y=38},
back = {x=34, y=20},
belly = {x=33, y=38},
head = {x=33, y=8},
}
dolls.race_runic_golem = dolls.race_runic_golem or {}
dolls.race_runic_golem.all = { base=64,
feet = {x=54, y=43},
hand1 = {x=29, y=18},
hand2 = {x=22, y=28},
back = {x=28, y=48},
belly = {x=43, y=49},
head = {x=39, y=29},
}
tiles["npc/animal_feline_snow_cat.png"] = { base=64,
head = {x=17, y=18},
}
dolls.race_dwarf = dolls.race_dwarf or {}
dolls.race_dwarf.female = { base=64,
feet = {x=33, y=59},
back = {x=33, y=25},
hand2 = {x=55, y=39},
belly = {x=33, y=37},
hand1 = {x=9, y=39},
head = {x=33, y=9},
}
tiles["npc/humanoid_human_linaniil_supreme_archmage.png"] = { base=64,
feet = {x=38, y=60},
hand1 = {x=10, y=7},
hand2 = {x=49, y=29},
belly = {x=37, y=19},
back = {x=35, y=1},
head = {x=31, y=-13},
}
tiles["npc/canine_warg.png"] = { base=64,
feet = {x=15, y=18},
hand1 = {x=48, y=22},
hand2 = {x=46, y=48},
back = {x=26, y=51},
belly = {x=12, y=32},
head = {x=33, y=13},
}
tiles["npc/acid_ant.png"] = { base=64,
feet = {x=36, y=57},
back = {x=45, y=37},
hand2 = {x=51, y=17},
belly = {x=11, y=33},
hand1 = {x=32, y=22},
head = {x=15, y=13},
}
dolls.race_human = dolls.race_human or {}
dolls.race_human.female = { base=64,
feet = {x=33, y=60},
hand1 = {x=0, y=0},
hand2 = {x=0, y=0},
belly = {x=34, y=28},
back = {x=33, y=17},
head = {x=32, y=3},
}
dolls.race_human = dolls.race_human or {}
dolls.race_human.male = { base=128,
back = {x=64, y=30},
hand2 = {x=114, y=11},
hand1 = {x=16, y=10},
head = {x=60, y=6},
}
dolls.race_dwarf = dolls.race_dwarf or {}
dolls.race_dwarf.male = { base=64,
feet = {x=34, y=61},
back = {x=32, y=25},
hand2 = {x=55, y=39},
belly = {x=34, y=34},
hand1 = {x=10, y=39},
head = {x=32, y=10},
}
tiles={} dolls={}
dolls.race_elf = dolls.race_elf or {}
dolls.race_elf.male = { base=64,
feet = {x=32, y=61},
hand1 = {x=19, y=32},
hand2 = {x=44, y=34},
belly = {x=33, y=27},
back = {x=32, y=15},
head = {x=30, y=4},
}
dolls.race_runic_golem = dolls.race_runic_golem or {}
dolls.race_runic_golem.all = { base=64,
feet = {x=54, y=43},
hand1 = {x=29, y=18},
hand2 = {x=22, y=28},
belly = {x=43, y=49},
back = {x=28, y=48},
head = {x=39, y=29},
}
dolls.race_dwarf = dolls.race_dwarf or {}
dolls.race_dwarf.female = { base=64,
feet = {x=33, y=59},
back = {x=33, y=25},
hand2 = {x=55, y=39},
hand1 = {x=9, y=39},
belly = {x=33, y=37},
head = {x=33, y=9},
}
tiles["npc/humanoid_human_linaniil_supreme_archmage.png"] = { base=64,
feet = {x=38, y=60},
hand1 = {x=10, y=7},
hand2 = {x=49, y=29},
back = {x=35, y=1},
belly = {x=37, y=19},
head = {x=31, y=-13},
}
tiles["npc/canine_warg.png"] = { base=64,
feet = {x=15, y=18},
hand1 = {x=48, y=22},
hand2 = {x=46, y=48},
belly = {x=12, y=32},
back = {x=26, y=51},
head = {x=33, y=13},
}
tiles["npc/humanoid_dwarf_dwarven_earthwarden.png"] = { base=64,
hand2 = {x=51, y=36},
back = {x=36, y=22},
hand1 = {x=20, y=37},
head = {x=35, y=7},
}
tiles["npc/acid_ant.png"] = { base=64,
feet = {x=36, y=57},
back = {x=45, y=37},
hand2 = {x=51, y=17},
hand1 = {x=32, y=22},
belly = {x=11, y=33},
head = {x=15, y=13},
}
dolls.race_skeleton = dolls.race_skeleton or {}
dolls.race_skeleton.all = { base=64,
feet = {x=32, y=62},
hand1 = {x=15, y=33},
hand2 = {x=47, y=34},
back = {x=31, y=16},
belly = {x=32, y=26},
head = {x=30, y=4},
}
dolls.race_human = dolls.race_human or {}
dolls.race_human.male = { base=64,
feet = {x=32, y=60},
hand1 = {x=15, y=32},
hand2 = {x=48, y=34},
belly = {x=32, y=28},
back = {x=32, y=15},
head = {x=30, y=3},
}
dolls.race_dwarf = dolls.race_dwarf or {}
dolls.race_dwarf.male = { base=64,
feet = {x=34, y=61},
back = {x=32, y=25},
hand2 = {x=55, y=39},
hand1 = {x=10, y=39},
belly = {x=34, y=34},
head = {x=32, y=10},
}
dolls.race_elf = dolls.race_elf or {}
dolls.race_elf.female = { base=64,
feet = {x=34, y=61},
hand1 = {x=19, y=33},
hand2 = {x=46, y=33},
belly = {x=34, y=27},
back = {x=33, y=14},
head = {x=31, y=3},
}
dolls.race_ghoul = dolls.race_ghoul or {}
dolls.race_ghoul.all = { base=64,
feet = {x=33, y=61},
hand1 = {x=20, y=37},
hand2 = {x=48, y=38},
belly = {x=33, y=38},
back = {x=34, y=20},
head = {x=33, y=8},
}
tiles["npc/animal_feline_snow_cat.png"] = { base=64,
head = {x=17, y=18},
}
dolls.race_yeek = dolls.race_yeek or {}
dolls.race_yeek.all = { base=64,
feet = {x=32, y=62},
hand1 = {x=16, y=39},
hand2 = {x=46, y=40},
back = {x=31, y=26},
belly = {x=32, y=36},
head = {x=31, y=12},
}
dolls.race_halfling = dolls.race_halfling or {}
dolls.race_halfling.female = { base=64,
feet = {x=34, y=62},
hand1 = {x=12, y=38},
hand2 = {x=50, y=40},
back = {x=32, y=24},
belly = {x=34, y=36},
head = {x=32, y=12},
}
dolls.race_human = dolls.race_human or {}
dolls.race_human.female = { base=64,
feet = {x=33, y=60},
hand1 = {x=20, y=33},
hand2 = {x=46, y=33},
back = {x=33, y=17},
belly = {x=34, y=28},
head = {x=32, y=3},
}
dolls.race_halfling = dolls.race_halfling or {}
dolls.race_halfling.male = { base=64,
feet = {x=34, y=61},
hand1 = {x=14, y=39},
hand2 = {x=50, y=39},
back = {x=32, y=25},
belly = {x=33, y=36},
head = {x=32, y=14},
}
dolls.race_orc = dolls.race_orc or {}
dolls.race_orc.all = { base=64,
feet = {x=34, y=62},
hand1 = {x=13, y=37},
hand2 = {x=52, y=38},
back = {x=32, y=23},
belly = {x=33, y=34},
head = {x=32, y=9},
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment