Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate floors #336

Merged
merged 13 commits into from
Aug 22, 2024
588 changes: 310 additions & 278 deletions maps/Factory.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
449 changes: 210 additions & 239 deletions maps/Interchange.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
846 changes: 423 additions & 423 deletions maps/Lighthouse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,166 changes: 707 additions & 459 deletions maps/Shoreline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,337 changes: 1,197 additions & 1,140 deletions maps/StreetsOfTarkov.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions maps/style_common.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
.railroad { fill:none;stroke:#914833;stroke-dasharray:6;stroke-width:3 }
.powerline { fill:none;stroke:#ffce00;stroke-width:2;stroke-miterlimit:10;stroke-dasharray:6,6 }
.danger { fill:red;fill-opacity:.4;stroke:red;stroke-dasharray:4,2;stroke-width:2 }
.danger_small { fill:red;fill-opacity:.4;stroke:red;stroke-dasharray:2,1;stroke-width:1 }
.task { fill:#000 }
.stairs { fill:#FFD700 }
.shadow { filter:drop-shadow(0 0 2px #000) }
Expand Down
Loading