-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Config framework for new map, plus hyper early map
- Loading branch information
1 parent
07fc1bd
commit e4d4116
Showing
4 changed files
with
23,164 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,9 @@ Format: | |
endmap | ||
|
||
map almayer | ||
default | ||
disabled | ||
endmap | ||
|
||
map golden_arrow | ||
default | ||
endmap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"map_name": "USS Golden Arrow", | ||
"map_path": "map_files/golden_arrow", | ||
"map_file": "golden_arrow.dmm", | ||
"webmap_url": "GoldenArrow", | ||
"traits": [{"Marine Main Ship": true}], | ||
"nightmare_path": "maps/Nightmare/maps/golden_arrow/" | ||
} |
Oops, something went wrong.