Basic working prefab

This commit is contained in:
Momo The Monster
2023-02-15 00:31:34 -08:00
commit f358512f17
165 changed files with 9682 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
.unity-box {
margin:2px;
padding:10px;
border-width:0px;
}
#package-box {
margin:2px;
padding:10px;
border-width:0px;
flex-direction:row;
max-height:20px;
min-height:20px;
height:20px;
padding-top:0px;
padding-bottom:0px;
margin-top:0px;
margin-bottom:0px;
align-items:center;
}
#manifest-header {
font-size: 20px;
margin-bottom: 10px;
}