Skip to content

Commit

Permalink
lot's of changes, sprites, minimap, code reorganization ect. Map chan…
Browse files Browse the repository at this point in the history
…ges.
  • Loading branch information
Zenith00000 committed May 31, 2024
1 parent 18cfba0 commit cfafdf4
Show file tree
Hide file tree
Showing 10 changed files with 6,156 additions and 1,571 deletions.
14 changes: 14 additions & 0 deletions code/__DEFINES/minimap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,17 @@ GLOBAL_LIST_INIT(all_minimap_flags, bitfield2list(MINIMAP_FLAG_ALL))

#define TACMAP_BASE_OCCLUDED "Occluded"
#define TACMAP_BASE_OPEN "Open"

// Hybrisa
#define MINIMAP_AREA_COLONY_STREETS "#4e6d67ae"
#define MINIMAP_AREA_COLONY_SPACE_PORT "#a54b01ee"
#define MINIMAP_AREA_COLONY_HOSPITAL "#029982e7"
#define MINIMAP_AREA_COLONY_ENGINEERING "#888404e7"
#define MINIMAP_AREA_COLONY_MARSHALLS "#880404e7"
#define MINIMAP_AREA_COLONY_RESANDCOM "#91bdcfe7"
#define MINIMAP_AREA_MINING "#5c280fe7"
#define MINIMAP_AREA_CAVES "#390192ee"
#define MINIMAP_AREA_RESEARCH "#856600ee"
#define MINIMAP_AREA_DERELICT "#920190ee"
#define MINIMAP_AREA_OOB "#3a3a3a"
#define MINIMAP_AREA_COMMS "#00b3ffe7"
Loading

0 comments on commit cfafdf4

Please sign in to comment.