mirror of
https://gitgud.io/AbstractConcept/rimworld-animation-studio.git
synced 2024-08-15 00:43:27 +00:00
50 lines
1.1 KiB
Text
50 lines
1.1 KiB
Text
#AutoGenerateWeightImage {
|
|
background-image: url("Icons/Light/Generate_Weights.png");
|
|
}
|
|
|
|
|
|
#WeightPainterSliderImage {
|
|
background-image: url("Icons/Light/Weight_Slider.png");
|
|
}
|
|
|
|
#WeightPainterBrushImage {
|
|
background-image: url("Icons/Light/Weight_Brush.png");
|
|
}
|
|
|
|
#BoneInfluenceWidgetImage {
|
|
background-image: url("Icons/Light/Bone_Influence.png");
|
|
}
|
|
|
|
.Checked #AutoGenerateWeightImage {
|
|
background-image: url("Icons/Selected/Generate_Weights.png");
|
|
}
|
|
|
|
|
|
.Checked #WeightPainterSliderImage {
|
|
background-image: url("Icons/Selected/Weight_Slider.png");
|
|
}
|
|
|
|
.Checked #WeightPainterBrushImage {
|
|
background-image: url("Icons/Selected/Weight_Brush.png");
|
|
}
|
|
|
|
.Checked #BoneInfluenceWidgetImage {
|
|
background-image: url("Icons/Selected/Bone_Influence.png");
|
|
}
|
|
|
|
.Dark #AutoGenerateWeightImage {
|
|
background-image: url("Icons/Dark/d_Generate_Weights.png");
|
|
}
|
|
|
|
|
|
.Dark #WeightPainterSliderImage {
|
|
background-image: url("Icons/Dark/d_Weight_Slider.png");
|
|
}
|
|
|
|
.Dark #WeightPainterBrushImage {
|
|
background-image: url("Icons/Dark/d_Weight_Brush.png");
|
|
}
|
|
|
|
.Dark #BoneInfluenceWidgetImage {
|
|
background-image: url("Icons/Dark/d_Bone_Influence.png");
|
|
}
|