Use the same mappings for categories A2/A3/A5 as for L2J-L/M/H
This commit is contained in:
parent
256049f93a
commit
b59d0b6bcb
|
@ -222,29 +222,11 @@ var TypeDescriptionIcons = {
|
||||||
var CategoryIcons = {
|
var CategoryIcons = {
|
||||||
"A1" : _single_prop,
|
"A1" : _single_prop,
|
||||||
|
|
||||||
"A2" : {
|
"A2" : _g650,
|
||||||
key : "A2",
|
|
||||||
scale : 0.35,
|
|
||||||
size : [64, 64],
|
|
||||||
anchor : [32, 32],
|
|
||||||
path : _generic_plane_svg
|
|
||||||
},
|
|
||||||
|
|
||||||
"A3" : {
|
"A3" : _a320,
|
||||||
key : "A3",
|
|
||||||
scale : 0.40,
|
|
||||||
size : [64, 64],
|
|
||||||
anchor : [32, 32],
|
|
||||||
path : _generic_plane_svg
|
|
||||||
},
|
|
||||||
|
|
||||||
"A5" : {
|
"A5" : _b777,
|
||||||
key : "A5",
|
|
||||||
scale : 0.73,
|
|
||||||
size : [64, 64],
|
|
||||||
anchor : [32, 32],
|
|
||||||
path : _heavy_svg
|
|
||||||
},
|
|
||||||
|
|
||||||
"A7" : _helicopter,
|
"A7" : _helicopter,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue