Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

[TEST Merge] Beta map #63

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _maps/betastation.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#define FORCE_MAP "_maps/betastation.json"
12 changes: 12 additions & 0 deletions _maps/betastation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"map_name": "Beta Station",
"map_path": "map_files/BetaStation",
"map_file": "betastation.dmm",
"shuttles": {
"emergency": "emergency_pubby",
"whiteship": "whiteship_pubby",
"ferry": "ferry_fancy",
"cargo": "cargo_box"
},
"traits": [{"Up": 1}, {"Up": 1, "Down": -1}, {"Down": -1}]
}
Loading