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,16 @@
.unity-box {
margin: 10px;
padding:10px;
}
.unity-box #description {
margin: 10px 0 10px 0;
white-space: normal;
}
#action-button {
font-size: 20px;
-unity-font-style: bold;
padding: 10px;
margin:10px;
}