1
0
mirror of https://github.com/lexogrine/cs2-react-hud.git synced 2025-12-10 03:52:48 +01:00

Compare commits

..

No commits in common. "02b7bb1a43cae6532e461e9be92467a467ef51e6" and "263e9633f835812cfcbe89dfcfdd73d613dcde47" have entirely different histories.

4 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 44 KiB