first commit

This commit is contained in:
Chris
2025-03-12 14:22:16 -04:00
commit 0ad0c01249
1999 changed files with 189708 additions and 0 deletions

View File

@@ -0,0 +1,68 @@
.gravityParameters {
background-color: rgba(70, 70, 70, 0.47);
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
border-left-color: rgb(42, 42, 42);
border-right-color: rgb(42, 42, 42);
border-top-color: rgb(42, 42, 42);
border-bottom-color: rgb(42, 42, 42);
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 2px;
margin-bottom: 6px;
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 6px;
flex-shrink: 0;
transition-duration: 0.1s;
}
.gravityParameters.active {
border-left-width: 11px;
border-left-color: rgb(58, 118, 35);
border-right-color: rgb(58, 118, 35);
border-top-color: rgb(58, 118, 35);
border-bottom-color: rgb(58, 118, 35);
}
.gravityParameters #Properties {
max-width: 400px;
}
.gravityParameters .property {
width: 100%;
background-color: rgba(51, 51, 51, 0.78);
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
margin-right: 13px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
flex-grow: 0;
min-width: 60px;
max-width: 80px;
}
.gravityParameters #VariableName {
font-size: 8px;
color: rgba(210, 210, 210, 0.44);
-unity-text-align: upper-left;
margin-bottom: 2px;
}
.gravityParameters #Name {
flex-shrink: 0;
margin-top: 2px;
margin-right: 2px;
margin-bottom: 6px;
margin-left: 2px;
-unity-font-style: normal;
font-size: 10px;
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 184c6057804f222428c94a16d4412e0c
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0

View File

@@ -0,0 +1,142 @@
.analogGraph {
width: 100%;
height: 200px;
justify-content: center;
}
.analogGraph #Cursor {
position: absolute;
width: 8px;
height: 8px;
background-color: rgba(255, 119, 119, 0.82);
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.analogGraph #Background {
background-color: rgba(72, 72, 82, 0.96);
width: 100%;
height: 100%;
border-left-color: rgba(43, 43, 51, 0.8);
border-right-color: rgba(43, 43, 51, 0.8);
border-top-color: rgba(43, 43, 51, 0.8);
border-bottom-color: rgba(43, 43, 51, 0.8);
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.statusViewer {
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 6px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
background-color: rgb(70, 70, 70);
}
.statusViewer .unity-label {
font-size: 14px;
}
.sectionFoldout {
align-items: flex-start;
}
.statusViewer.active {
font-size: 14px;
}
.statusViewer.inactive {
font-size: 14px;
opacity: 0.26;
}
.property-fullwidth {
width: 100%;
flex-shrink: 0;
margin-left: 0;
margin-right: 0;
padding-right: 10px;
padding-left: 10px;
margin-bottom: 2px;
}
.unity-foldout {
width: 100%;
-unity-text-align: upper-left;
padding-left: 0;
padding-right: 0;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
background-color: rgba(14, 14, 14, 0.16);
padding-top: 0;
padding-bottom: 0;
margin-bottom: 8px;
}
.unity-foldout--depth-0 > #unity-content {
width: 100%;
padding-left: 6px;
margin-left: 0;
padding-right: 6px;
padding-top: 6px;
padding-bottom: 6px;
}
.unity-foldout .unity-foldout__toggle {
width: 100%;
-unity-text-align: upper-left;
font-size: 10px;
background-color: rgba(72, 72, 72, 0.71);
padding-top: 4px;
margin-top: 0;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.group {
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 6px;
background-color: rgb(53, 53, 53);
margin-top: 4px;
margin-bottom: 4px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-left-color: rgb(38, 38, 38);
border-right-color: rgb(38, 38, 38);
border-top-color: rgb(38, 38, 38);
border-bottom-color: rgb(38, 38, 38);
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
.group .title {
font-size: 12px;
-unity-font-style: bold;
color: rgb(128, 128, 128);
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: a6bd99e5b08b3de4190806c83ae5dfff
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0