Engine prototype #13

Open
Vectornaut wants to merge 117 commits from engine-proto into main
Showing only changes of commit 8eb1ebb8d2 - Show all commits

View File

@ -51,6 +51,7 @@ mutable struct ConstructionViewer
padding: 5px 10px 5px 10px; padding: 5px 10px 5px 10px;
margin-top: 10px; margin-top: 10px;
margin-left: 10px; margin-left: 10px;
overflow-y: scroll;
border-radius: 10px; border-radius: 10px;
background-color: #f0f0f0; background-color: #f0f0f0;
} }