1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-29 14:40:30 +02:00

Add tile image in class switches' parameters and tweak colors

- Refers to #216
This commit is contained in:
LeMagnesium
2015-08-17 10:53:13 +02:00
parent 26fae174b1
commit 2cd80bccf1
6 changed files with 22 additions and 9 deletions

View File

@ -21,7 +21,10 @@ pclasses.api.register_class("hunter", {
on_unassigned = function(pname)
sprint.set_default_maxstamina(pname)
end,
switch_color = {r = 60, g = 75, b = 00}
switch_params = {
color = {r = 30, g = 170, b = 00},
tile = "default_wood.png"
}
})