mirror of
https://github.com/lexogrine/cs2-react-hud.git
synced 2025-12-10 02:42:49 +01:00
15 lines
297 B
TypeScript
15 lines
297 B
TypeScript
import radar from './radar.png'
|
|
|
|
const config = {
|
|
"config": {
|
|
"origin": {
|
|
"x": 527.365542903922,
|
|
"y": 511.81469648562296
|
|
},
|
|
"pxPerUX": 0.21532584158170223,
|
|
"pxPerUY": -0.21299254526091588
|
|
},
|
|
"file":radar
|
|
}
|
|
|
|
export default config; |