Added SOI display

- Added SOI checkbox in the editor
- Added management of SOI displays during rendering in `system.ts`
- Replaced body sprites with spheres
This commit is contained in:
Krafpy
2022-07-12 17:35:18 +02:00
parent 82720783e5
commit e0f592cdba
12 changed files with 150 additions and 25 deletions

View File

@@ -354,6 +354,9 @@ input[type="text"]::placeholder
{
font-size: 0.75em;
color: rgba(255, 255, 255, 0.459);
display: flex;
justify-content: space-between;
align-items: center;
}
.control-group p