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",
"private": true,
"version": "1.0.6",
"version": "1.0.5",
"type": "module",
"scripts": {
"zip": "npm-build-zip",

View File

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 44 KiB