mirror of
https://github.com/lexogrine/cs2-react-hud.git
synced 2026-05-04 04:03:10 +02:00
15 lines
298 B
TypeScript
15 lines
298 B
TypeScript
import radar from './radar.png'
|
|
|
|
const config = {
|
|
"config": {
|
|
"origin": {
|
|
"x": 645.7196725473384,
|
|
"y": 340.2921393569175
|
|
},
|
|
"pxPerUX": 0.20118507589946494,
|
|
"pxPerUY": -0.20138282875746794
|
|
},
|
|
"file": radar
|
|
}
|
|
|
|
export default config; |