Skip to content

Commit

Permalink
Merge pull request #58 from boltgolt/dev
Browse files Browse the repository at this point in the history
Version 1.0.2
  • Loading branch information
boltgolt authored Feb 19, 2022
2 parents e163174 + 5362b5c commit 1affe32
Show file tree
Hide file tree
Showing 10 changed files with 323 additions and 289 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ It can even [run in a browser](https://github.com/boltgolt/boltobserv/wiki/Openi
- Any radar background color, including full transparency
- Always-on-top and fixed on-screen positioning
- Player dot z-height indicators, either by color dot or scale
- Custom OS-level keybinds configurable
- [Custom configurable OS-level keybinds](https://github.com/boltgolt/boltobserv/wiki/How-to-use-keybinds)
- Automatic .cfg file installation
- Show radar as an application window, in [the browser](https://github.com/boltgolt/boltobserv/wiki/Opening-radar-in-browser) or [capture it directly in OBS](https://github.com/boltgolt/boltobserv/wiki/How-to-capture-Boltobserv-in-OBS)


## Installation
Expand Down
2 changes: 1 addition & 1 deletion config/config.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// without making changes here. This makes your config a lot more portable.

{
"_version": "1.0.0",
"_version": "1.0.2",

// Settings related to the Boltobserv window
"window": {
Expand Down
14 changes: 7 additions & 7 deletions css/map.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body {
transform: scale(1) translate(0%, 0%);

will-change: transform;
outline: .1vmin solid transparent
outline: .1vmin solid transparent;
-webkit-backface-visibility: hidden;
}

Expand Down Expand Up @@ -70,11 +70,11 @@ div.dot::before, div.dot::after {
}

div.dot::before {
height: 4vmin;
width: 4vmin;
background: radial-gradient(circle at right top, #0000 0 45%, #BE2C2C 0 70%, #0000 0);
left: -1.3vmin;
bottom: -1.3vmin;
height: 4vmin;
width: 4vmin;
background: radial-gradient(circle at right top, #0000 0 45%, #BE2C2C 0 70%, #0000 0);
left: -1.3vmin;
bottom: -1.3vmin;
}

div.dot::after {
Expand Down Expand Up @@ -258,7 +258,7 @@ div.label.dead {
background: #FFF;
box-sizing: border-box;
transform-origin: center;
border-radius: 100%;
border-radius: 100%;
transform: translate(-50%, 50%);
clip-path: polygon(15% 8%, 40% 25%, 50% 0%, 60% 25%, 85% 8%, 74% 35%, 100% 36%, 78% 50%, 100% 70%, 72.5% 67%, 77.5% 92.5%, 60% 75%, 50% 100%, 40% 75%, 22.5% 92.5%, 27.5% 67%, 0% 70%, 22% 50%, 0% 36%, 26% 35%);
box-shadow: inset 0 0 0vmin 1.7vmin #FC9F2D, inset 0 0 5vmin 0 #FEA130;
Expand Down
Binary file modified maps/de_ancient/overlay_logos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified maps/de_ancient/radar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified maps/de_vertigo/overlay_buyzones.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified maps/de_vertigo/overlay_logos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified maps/de_vertigo/radar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1affe32

Please sign in to comment.