Setup project, only UI and basic code
The project setup contains README, LICENSE, the full UI and materials. The PICO-8 side is wired up, but all the Arduino code is absent as I need to figure out how to carve it out for the students.
This commit is contained in:
commit
f34d81ad87
73 changed files with 9571 additions and 0 deletions
33
Assets/UI Toolkit/StyleSheet.uss
Normal file
33
Assets/UI Toolkit/StyleSheet.uss
Normal file
|
@ -0,0 +1,33 @@
|
|||
.cartcom-title {
|
||||
font-size: 48px;
|
||||
-unity-font-style: bold;
|
||||
-unity-text-align: middle-center;
|
||||
}
|
||||
|
||||
.cartcom-status {
|
||||
width: 35%;
|
||||
-unity-text-align: middle-center;
|
||||
}
|
||||
|
||||
.unity-base-field__label {
|
||||
font-size: 20px;
|
||||
-unity-text-align: upper-right;
|
||||
padding-right: 10px;
|
||||
-unity-font-style: bold;
|
||||
}
|
||||
|
||||
.unity-enum-field__arrow {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.unity-enum-field__text {
|
||||
margin-top: 0;
|
||||
margin-right: 0;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.unity-base-popup-field__text {
|
||||
margin-right: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue