diff --git a/package.json b/package.json index bbd58b8..aa159f3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "boltobserv", - "version": "1.5.1", + "version": "1.5.2", "_whatisthis": "Older versions of Boltobserv used this file to check for updates, so it can't be deleted. The real package.json is in /src" } diff --git a/src/config/config.json5 b/src/config/config.json5 index 1a1efe7..cad17ff 100644 --- a/src/config/config.json5 +++ b/src/config/config.json5 @@ -4,7 +4,7 @@ // without making changes here. This makes your config a lot more portable. { - "_version": "1.5.1", + "_version": "1.5.2", // Settings related to the Boltobserv window "window": { diff --git a/src/maps/de_train/meta.json5 b/src/maps/de_train/meta.json5 index 9e153fb..736988d 100644 --- a/src/maps/de_train/meta.json5 +++ b/src/maps/de_train/meta.json5 @@ -1,7 +1,7 @@ { "version": { // The version of this meta file - "radar": 2, + "radar": 3, // The object format version this file is using "format": 3 }, @@ -11,8 +11,8 @@ // How many in-game units is the origin (0,0) of the map from the bottom left point of the radar "offset": { - "x": 2510, - "y": 2440 + "x": 2730, + "y": 2360 }, // Contains any special map splits diff --git a/src/maps/de_train/overlay_buyzones.png b/src/maps/de_train/overlay_buyzones.png index bcf2c0a..fba5bc2 100644 Binary files a/src/maps/de_train/overlay_buyzones.png and b/src/maps/de_train/overlay_buyzones.png differ diff --git a/src/maps/de_train/overlay_logos.png b/src/maps/de_train/overlay_logos.png index 4f6713c..1a95fa6 100644 Binary files a/src/maps/de_train/overlay_logos.png and b/src/maps/de_train/overlay_logos.png differ diff --git a/src/maps/de_train/radar.png b/src/maps/de_train/radar.png index f38dc6f..341016f 100644 Binary files a/src/maps/de_train/radar.png and b/src/maps/de_train/radar.png differ diff --git a/src/package.json b/src/package.json index 6b36d1d..0b3b685 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "boltobserv", - "version": "1.5.1", + "version": "1.5.2", "description": "External radar for CSGO observers", "main": "index.js", "homepage": "https://github.com/boltgolt/boltobserv/",