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,23 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<UXML xmlns:ui="UnityEngine.UIElements" xmlns:aui="UnityEditor.U2D.Animation">
|
||||
<aui:BoneToolbar name="BoneToolbar">
|
||||
<ui:PopupWindow name="PopupWindow" text="Bones">
|
||||
<ui:Button name="EditPose" tooltip="Pose character to view setup">
|
||||
<ui:Image name="EditPoseImage" />
|
||||
<ui:Label text ="Preview Pose"/>
|
||||
</ui:Button>
|
||||
<ui:Button name="EditJoints" tooltip="Edit bones position and rotation">
|
||||
<ui:Image name="EditJointsImage" />
|
||||
<ui:Label text ="Edit Bone"/>
|
||||
</ui:Button>
|
||||
<ui:Button name="CreateBone" tooltip="Create new bones">
|
||||
<ui:Image name="CreateBoneImage" />
|
||||
<ui:Label text ="Create Bone"/>
|
||||
</ui:Button>
|
||||
<ui:Button name="SplitBone" tooltip="Split an existing bone">
|
||||
<ui:Image name="SplitBoneImage" />
|
||||
<ui:Label text ="Split Bone"/>
|
||||
</ui:Button>
|
||||
</ui:PopupWindow>
|
||||
</aui:BoneToolbar>
|
||||
</UXML>
|
Loading…
Add table
Add a link
Reference in a new issue