Boat Attack使用了Universal RP的许多新图形功能,可以用于探索 Universal RP 的使用方式和技巧。
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

325 行
4.2 KiB

.container
{
margin: 0px;
flex: 1;
flex-direction: row;
}
/* ///// */
/* VIEWS */
/* ///// */
/* override as later in document */
.verticalSplit
{
flex-direction: column;
}
#viewContainer
{
flex-shrink: 0;
}
#firstView,
#secondView
{
flex: 0;
}
/* override as later in document */
.firstView > #firstView,
.secondView > #secondView
{
flex: 1;
}
/* /////////// */
/* ENVIRONMENT */
/* /////////// */
#environmentContainer
{
width: 0px;
visibility: hidden;
flex-direction: column-reverse;
}
#debugContainer
{
width: 0px;
visibility: hidden;
}
#environmentContainer > EnvironmentElement
{
border-color: #232323;
flex-shrink: 0;
}
.showEnvironmentPanel > #environmentContainer
{
width: 250px; /*219px;*/
visibility: visible;
}
.showDebugPanel > #debugContainer
{
width: 250px; /*219px;*/
visibility: visible;
}
.unity-label
{
min-width: 100px;
}
.unity-composite-field__field > .unity-base-field__label
{
min-width: 10px;
}
#unity-text-input
{
min-width: 40px;
}
.list-environment
{
flex: 1;
}
.list-environment-overlay
{
position: absolute;
bottom: 0px;
padding-left: 1px;
border-bottom-width: 0px;
background-color: rgba(0,0,0,0);
}
#environmentListCreationToolbar
{
padding-left: 1px;
}
#environmentListCreationToolbar > *
{
flex: 1;
-unity-text-align: middle-center;
}
ToolbarButton
{
border-left-width: 0px;
}
.list-environment-overlay > ToolbarButton
{
border-width: 0px;
border-right-width: 1px;
width: 20px;
min-width: 20px;
-unity-text-align: middle-center;
background-color: #3c3c3c;
}
.list-environment-overlay > #duplicate
{
border-right-width: 0px;
}
Image.unity-list-view__item
{
width: 210px;
margin: 15px;
padding: 5px;
}
Image.unity-list-view__item:selected
{
border-width: 2px;
padding: 3px;
border-color: #3d6091;
background-color: rgba(0,0,0,0);
}
.sun-to-brightest-button
{
padding-left: 4px;
}
#inspector-header
{
flex-direction: row;
border-bottom-width: 1px;
border-color: #232323;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 3px;
background-color: #3C3C3C;
}
#inspector-header > Image
{
margin-top: 2px;
margin-bottom: 2px;
}
#inspector-header > TextField
{
flex: 1;
}
#inspector
{
padding-bottom: 5px;
}
#separator-line
{
background-color: #3C3C3C;
}
#separator
{
flex: 1;
width: 190px;
border-bottom-width: 1px;
border-color: #232323;
height: 0;
align-self: flex-end;
}
#sunToBrightestButton
{
background-color: rgba(0,0,0,0);
border-radius: 0px;
border-width: 0px;
padding: 0px;
margin-right: 1px;
}
/* /////// */
/* TOOLBAR */
/* /////// */
#toolbar
{
flex-direction: row;
}
#toolbar > #toolbarRadio
{
flex-direction: row;
}
.unity-toggle__input > .unity-image
{
padding: 2px;
}
#toolbar > * > .unity-label
{
padding-top: 3px;
padding-bottom: 0px;
min-width: 30px;
}
#sideToolbar
{
width: 249px;
}
#sideToolbar > #tabsRadio
{
min-width: auto;
flex: 1;
flex-direction: row;
-unity-text-align: middle-center;
}
.unity-toolbar-toggle
{
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin-left: 0px;
margin-right: 0px;
border-left-width: 0px;
}
#renderdoc-content
{
flex: 1;
flex-direction: row;
max-width: 80px;
flex-shrink: 0;
min-width: 24px;
}
#renderdoc-content > Label
{
-unity-text-align: middle-left;
min-width: 0px;
}
#renderdoc-content > Image
{
flex-shrink: 0;
min-width: 16px;
}
#cameraMenu
{
flex-direction: row;
padding: 0px;
padding-right: 16px;
}
#cameraButton
{
border-radius: 0px;
border-width: 0px;
border-left-width: 1px;
padding: 0px;
padding-right: 4px;
margin: 0px;
}
#cameraSeparator
{
margin-top: 4px;
margin-bottom: 4px;
border-right-width: 1px;
}
#cameraButton > *
{
margin: 2px;
}
/* /////////// */
/* DRAG'N'DROP */
/* /////////// */
#cursorFollower
{
position: absolute;
}
/* TEST UNDER THIS LINE */
#firstView
{
background-color: rgb(255, 0, 0);
}
#secondView
{
background-color: rgb(0, 255, 0);
}