We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2bb8aa commit 063eaf0Copy full SHA for 063eaf0
pkg/demoinfocs/metadata/maps.go
@@ -39,6 +39,7 @@ func makeMap(name string, x, y, scale float64) Map {
39
}
40
41
// Pre-defined map translations.
42
+// see "steamapps/common/Counter-Strike Global Offensive/csgo/resource/overviews/*.txt"
43
var (
44
MapDeAncient = makeMap("de_ancient", -2953, 2164, 5)
45
MapDeCache = makeMap("de_cache", -2000, 3250, 5.5)
0 commit comments