From ddb3f3b6ef53c1c1793156c3aab9f2365414ab32 Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Sat, 30 Jul 2022 12:41:27 +0800 Subject: [PATCH] add color defs for ground radar --- .gitignore | 4 +++- Sectors/Color_Definitions.txt | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 Sectors/Color_Definitions.txt diff --git a/.gitignore b/.gitignore index 2df9b18..09ee581 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,7 @@ FSNavigator/ Plugins/*.dll Plugins/*.txt Profiles/ -Sectors/ +*.sct +*.ese +*.rwy ICAO/ \ No newline at end of file diff --git a/Sectors/Color_Definitions.txt b/Sectors/Color_Definitions.txt new file mode 100644 index 0000000..81ae0bf --- /dev/null +++ b/Sectors/Color_Definitions.txt @@ -0,0 +1,5 @@ +#define gndTaxi 4227200 +#define gndTerminal 1848432 +#define gndGrass 6257742 +#define gndApron 5263440 +#define gndRunway 0 \ No newline at end of file