mirror of
https://github.com/lexogrine/cs2-react-hud.git
synced 2026-05-03 19:53:11 +02:00
15 lines
296 B
TypeScript
15 lines
296 B
TypeScript
import radar from './radar.png'
|
|
|
|
const config = {
|
|
"config": {
|
|
"origin": {
|
|
"x": 927.3988878244819,
|
|
"y": 343.8221009185496
|
|
},
|
|
"pxPerUX": 0.1923720959212443,
|
|
"pxPerUY": -0.19427507725530338
|
|
},
|
|
"file":radar
|
|
}
|
|
|
|
export default config; |