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:
@ -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"
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user