forked from FTL13/New-FTL13
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathftl13.dme
29 lines (25 loc) · 962 Bytes
/
ftl13.dme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// DM Environment file for ftl13.dme.
// All manual changes should be made outside the BEGIN_ and END_ blocks.
// New source code should be placed in .dm files: choose File/New --> Code File.
// BEGIN_INTERNALS
// END_INTERNALS
// BEGIN_FILE_DIR
#define FILE_DIR .
// END_FILE_DIR
// BEGIN_PREFERENCES
#define DEBUG
// END_PREFERENCES
#include "tgstation.dme"
// BEGIN_INCLUDE
#include "_maps\_FTL\_basemap.dm"
#include "code\__DEFINES\~ftl_defines\ftl_navigation.dm"
#include "code\__DEFINES\~ftl_defines\subsystem.dm"
#include "ftl\code\xo.dm"
#include "ftl\code\_onclick\hud\parallax_override.dm"
#include "ftl\code\controllers\subsystem\ftl_navigation.dm"
#include "ftl\code\datums\sector.dm"
#include "ftl\code\game\objects\effects\player_ship_spawn.dm"
#include "ftl\code\machinery\computer\navigation_computer.dm"
#include "ftl\code\modules\unit_tests\_unit_tests.dm"
#include "ftl\code\turfs\ftl_space.dm"
// END_INCLUDE