mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 14:43:52 +00:00
Remove unused author and version tag from ardennes forest.
This was SVN commit r17980.
This commit is contained in:
@@ -1,22 +1,3 @@
|
||||
/*
|
||||
* Map : Ardennes Forest
|
||||
* Author : Michael Mayfield <mmayfield45@gmail.com>
|
||||
* Version : 1.2
|
||||
*
|
||||
* CHANGES:
|
||||
*
|
||||
* 1.2: - Improved hill generation
|
||||
* - Changed name from Black Forest to Ardennes Forest
|
||||
*
|
||||
* 1.1: - Reduces amount and jaggedness of cliffs
|
||||
* - Improved forest generation - some clumps join together
|
||||
* - Increased distance between minerals / stones and hills
|
||||
* - Reduce noise around players bases
|
||||
*
|
||||
* 1.0: - Initial release
|
||||
*
|
||||
*/
|
||||
|
||||
RMS.LoadLibrary("rmgen");
|
||||
|
||||
const BUILDING_ANGlE = -PI/4;
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
],
|
||||
"BaseHeight" : 50,
|
||||
"CircularMap" : true,
|
||||
"Preview" : "ardennes_forest.png",
|
||||
"Author" : "Michael Mayfield <mmayfield45@gmail.com>",
|
||||
"Version" : "1.2"
|
||||
"Preview" : "ardennes_forest.png"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user