diff --git a/env.example.php b/env.example.php index 6b715c4..24b1437 100644 --- a/env.example.php +++ b/env.example.php @@ -20,6 +20,7 @@ // map_name,/path/to/map/from/web 'MAPS' => [ 'de_austria,/img/maps/austria.jpg', + 'de_ancient,/img/maps/ancient.jpg', 'de_cache,/img/maps/cache.jpg', 'de_canals,/img/maps/canals.jpg', 'de_cbble,/img/maps/cbble.jpg', diff --git a/web/img/maps/ancient.jpg b/web/img/maps/ancient.jpg new file mode 100644 index 0000000..1a283d7 Binary files /dev/null and b/web/img/maps/ancient.jpg differ