mirror of
https://gitgud.io/AbstractConcept/rimworld-animation-studio.git
synced 2024-08-15 00:43:27 +00:00
Initial commit
This commit is contained in:
commit
3c7cc0c973
8391 changed files with 704313 additions and 0 deletions
|
@ -0,0 +1,63 @@
|
|||
/**********************************************************************************************************************/
|
||||
/* BoneToolbar */
|
||||
/**********************************************************************************************************************/
|
||||
|
||||
#EditPoseImage {
|
||||
background-image: url("Icons/Light/Edit_Pose.png");
|
||||
}
|
||||
|
||||
#EditJointsImage {
|
||||
background-image: url("Icons/Light/Edit_Joints.png");
|
||||
}
|
||||
|
||||
#CreateBoneImage {
|
||||
background-image: url("Icons/Light/Create Bones.png");
|
||||
}
|
||||
|
||||
#SplitBoneImage {
|
||||
background-image: url("Icons/Light/Split Bones.png");
|
||||
}
|
||||
|
||||
#BoneReparentImage {
|
||||
background-image: url("Icons/Light/Parent_Bone.png");
|
||||
}
|
||||
|
||||
.Dark #EditPoseImage {
|
||||
background-image: url("Icons/Dark/d_Edit_Pose.png");
|
||||
}
|
||||
|
||||
.Dark #EditJointsImage {
|
||||
background-image: url("Icons/Dark/d_Edit_Joints.png");
|
||||
}
|
||||
|
||||
.Dark #CreateBoneImage {
|
||||
background-image: url("Icons/Dark/d_Create Bones.png");
|
||||
}
|
||||
|
||||
.Dark #SplitBoneImage {
|
||||
background-image: url("Icons/Dark/d_Split Bones.png");
|
||||
}
|
||||
|
||||
.Dark #BoneReparentImage {
|
||||
background-image: url("Icons/Dark/d_Parent_Bone.png");
|
||||
}
|
||||
|
||||
.Checked #EditPoseImage{
|
||||
background-image: url("Icons/Selected/Edit_Pose.png");
|
||||
}
|
||||
|
||||
.Checked #EditJointsImage {
|
||||
background-image: url("Icons/Selected/Edit_Joints.png");
|
||||
}
|
||||
|
||||
.Checked #CreateBoneImage {
|
||||
background-image: url("Icons/Selected/Create Bones.png");
|
||||
}
|
||||
|
||||
.Checked #SplitBoneImage {
|
||||
background-image: url("Icons/Selected/Split Bones.png");
|
||||
}
|
||||
|
||||
.Checked #BoneReparentImage {
|
||||
background-image: url("Icons/Selected/Parent_Bone.png");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue