diagram and gitingmore update

This commit is contained in:
Technoduck 2024-12-11 11:37:39 -05:00
parent 3ebf8404ae
commit e2069080f6
2 changed files with 25 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
.venv/
build/
*.png
*.svg
*.so
*.c
skydome.c

24
diagram.d2 Normal file
View file

@ -0,0 +1,24 @@
direction: down
Map Window: {
Choose Location
}
Map Window -> Options Window
Options Window: {
Choose Environment
Optional :{
Choose Pressure
Choose Temperature
}
}
Options Window -> Image Window
Image Window: {
Press "render"
Optional :{
Zoom In/Out
Change Rendering Mode
}
}