Skip to content

Commit ac1e2e6

Browse files
o40markus-wa
authored andcommitted
metadata: update map metadata
1 parent 287a0a0 commit ac1e2e6

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

metadata/maps.go

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ var (
3131
MapDeCache = Map{
3232
Name: "de_cache",
3333
PZero: r2.Point{
34-
X: -1950,
35-
Y: 3200,
34+
X: -2000,
35+
Y: 3250,
3636
},
37-
Scale: 5.4,
37+
Scale: 5.5,
3838
}
3939

4040
MapDeCanals = Map{
@@ -58,13 +58,10 @@ var (
5858
MapDeDust2 = Map{
5959
Name: "de_dust2",
6060
PZero: r2.Point{
61-
X: -2400,
62-
Y: 3383,
61+
X: -2476,
62+
Y: 3239,
6363
},
6464
Scale: 4.4,
65-
// Not sure what these are:
66-
//Rotate: 1,
67-
//Zoom: 1.1,
6865
}
6966

7067
MapDeInferno = Map{

0 commit comments

Comments
 (0)