这是第一个 Unity 开放项目的repo,是 Unity 和社区合作创建的一个小型开源游戏演示,第一款游戏是一款名为 Chop Chop 的动作冒险游戏。
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

52 行
802 B

.title {
-unity-font-style: bold;
font-size: 15px;
-unity-text-align: upper-center;
margin-top: 5px;
margin-bottom: 5px;
}
.padding5 {
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
.ColorStyling1 {
background-color: rgb(101, 100, 100);
}
.ColorStyling2 {
background-color: rgb(41, 41, 41);
}
.ColorStyling1 Label {
color: rgb(204, 204, 204);
}
.ColorStyling2 Label {
color: rgb(173, 173, 173);
}
Button {
background-color: rgb(113, 113, 113);
color: rgb(212, 212, 212);
}
.AddButton {
width: 20px;
height: 20px;
}
#actor-preview {
width: 100px;
height: 100px;
margin-left: auto;
margin-right: auto;
}
#3rd-column {
width: 40%;
background-color: rgb(185, 185, 185);
}