You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
743 B
16 lines
743 B
ElementInspector {
|
|
--image-linear-tangent-mode: url("../Editor Resources/Icons/d_Tangent_Linear.png");
|
|
--image-auto-smooth-tangent-mode: url("../Editor Resources/Icons/d_AutoSmoothKnot.png");
|
|
--image-bezier-tangent-mode: url("../Editor Resources/Icons/d_Tangent_Continuous.png");
|
|
--image-linear-tangent-mode-on: url("../Editor Resources/Icons/d_Tangent_Linear On.png");
|
|
--image-auto-smooth-tangent-mode-on: url("../Editor Resources/Icons/d_AutoSmoothKnot On.png");
|
|
--image-bezier-tangent-mode-on: url("../Editor Resources/Icons/d_Tangent_Continuous On.png");
|
|
}
|
|
|
|
#PositionIcon {
|
|
background-image: resource("Icons/d_MoveTool on.png");
|
|
}
|
|
|
|
#RotationIcon {
|
|
background-image: resource("Icons/d_RotateTool On.png");
|
|
}
|