Skip to content

Commit 6a3fc73

Browse files
authored
Added de_ancient translation and scale values (#302)
1 parent 3c85d1c commit 6a3fc73

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

assets/maps/de_ancient.jpg

133 KB
Loading

pkg/demoinfocs/metadata/maps.go

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ func makeMap(name string, x, y, scale float64) Map {
3333

3434
// Pre-defined map translations.
3535
var (
36+
MapDeAncient = makeMap("de_ancient", -2953, 2164, 5)
3637
MapDeCache = makeMap("de_cache", -2000, 3250, 5.5)
3738
MapDeCanals = makeMap("de_canals", -2496, 1792, 4)
3839
MapDeCbble = makeMap("de_cbble", -3840, 3072, 6)
@@ -47,6 +48,7 @@ var (
4748

4849
// MapNameToMap translates a map name to a Map.
4950
var MapNameToMap = map[string]Map{
51+
"de_ancient": MapDeAncient,
5052
"de_cache": MapDeCache,
5153
"de_canals": MapDeCanals,
5254
"de_cbble": MapDeCbble,

0 commit comments

Comments
 (0)