1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-30 00:10:33 +02:00

[mobs] enhanced sharks textures.

They now are darker
shark_third is not exceptionnal so if yo have a good idea for it...
Added a color to init.lua
Reorganized colorization of sharks
Fixed little things on image
This commit is contained in:
Robin 2015-10-04 14:37:56 +02:00
parent 10796c18df
commit 262de90f14
3 changed files with 8 additions and 7 deletions

View File

@ -1,15 +1,16 @@
-- local variables -- local variables
local l_colors = { local l_colors = {
"#604000:175", --brown "#111010:200", --dark_grey
"#ffffff:150", --white "#101020:225", --dark_blue
"#404040:150", --dark_grey "#404030:225", --cold_grey
"#a0a0a0:150" --grey "#404040:210", --light_grey
"#202020:210" --grey
} }
local l_skins = { local l_skins = {
{"(shark_first.png^[colorize:"..l_colors[3]..")^(shark_second.png^[colorize:"..l_colors[4]..")^shark_third.png"}, {"(shark_first.png^[colorize:"..l_colors[1]..")^(shark_second.png^[colorize:"..l_colors[5]..")^shark_third.png"},
{"(shark_first.png^[colorize:"..l_colors[1]..")^(shark_second.png^[colorize:"..l_colors[2]..")^shark_third.png"}, {"(shark_first.png^[colorize:"..l_colors[2]..")^(shark_second.png^[colorize:"..l_colors[5]..")^shark_third.png"},
{"(shark_first.png^[colorize:"..l_colors[4]..")^(shark_second.png^[colorize:"..l_colors[2]..")^shark_third.png"} {"(shark_first.png^[colorize:"..l_colors[3]..")^(shark_second.png^[colorize:"..l_colors[4]..")^shark_third.png"}
} }
local l_anims = { local l_anims = {
speed_normal = 24, speed_run = 24, speed_normal = 24, speed_run = 24,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 16 KiB