1
0
mirror of https://github.com/lexogrine/cs2-react-hud.git synced 2025-12-10 02:42:49 +01:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Hubert Walczak
02b7bb1a43
bump version to 1.0.6 in package.json and hud.json 2025-01-13 17:17:43 +01:00
Hubert Walczak
1604067244
update radar configuration for de_train map 2025-01-13 17:16:33 +01:00
4 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{
"name": "cs2-react-hud",
"private": true,
"version": "1.0.5",
"version": "1.0.6",
"type": "module",
"scripts": {
"zip": "npm-build-zip",

View File

@ -1,6 +1,6 @@
{
"name":"LHM CS2 Default HUD",
"version":"1.0.5",
"version":"1.0.6",
"author":"Lexogrine",
"legacy": false,
"radar": true,

View File

@ -3,11 +3,11 @@ import radar from './radar.png'
const config = {
"config": {
"origin": {
"x": 527.365542903922,
"y": 511.81469648562296
"x": 557.7279495268139,
"y": 507.83243734804853
},
"pxPerUX": 0.21532584158170223,
"pxPerUY": -0.21299254526091588
"pxPerUX": 0.22712933753943218,
"pxPerUY": -0.23013108811174968
},
"file":radar
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 32 KiB