Initial commit: Unity WordConnect project

This commit is contained in:
2025-08-01 19:12:05 +08:00
commit f14db75802
3503 changed files with 448337 additions and 0 deletions

View File

@ -0,0 +1,34 @@
.tutorial-fields-container {
flex-direction: row;
align-items: center;
width: 100%;
padding: 0;
}
.property-label {
width: 36%;
}
.fields-container {
flex-direction: row;
flex-grow: 1;
flex-shrink: 1;
}
.unity-enum-field {
min-width: 80px;
flex-shrink: 1;
}
.unity-integer-field {
min-width: 40px;
flex-shrink: 1;
}
.unity-base-field__label {
display: none;
}
.unity-base-field__input {
margin: 0;
}