chore: initial commit

This commit is contained in:
2026-05-08 11:04:00 +08:00
commit f55d2a57c3
6278 changed files with 866081 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
.inspectable-object-field{
flex-direction: row;
-unity-text-align: middle-left;
}
.inspectable-object-field > ObjectField{
flex-shrink: 1;
}
/*
State List
*/
.states-reorderable-list__header
{
flex-direction: row;
justify-content: space-around;
}
.states-reorderable-list-element
{
flex-direction: row;
flex-grow: 1;
}
.states-reorderable-list-element > .unity-base-field
{
flex-grow: 1;
width: 0;
}