Skip to content

Commit

Permalink
add(decals): new decals and a fix of the old ones
Browse files Browse the repository at this point in the history
  • Loading branch information
i1yadobr authored Oct 6, 2024
1 parent 9a7e4f1 commit 1b2704f
Show file tree
Hide file tree
Showing 3 changed files with 1,224 additions and 72 deletions.
8 changes: 8 additions & 0 deletions code/__defines/colors.dm
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@
#define COLOR_CYAN_BLUE "#3366cc"
#define COLOR_LIGHT_CYAN "#66ccff"
#define COLOR_PAKISTAN_GREEN "#006600"
#define COLOR_DARK_RED "#B11111"
#define COLOR_DARK_BLUE "#486091"
#define COLOR_DARK_GREEN "#439C1E"
#define COLOR_GRAY_SPECIAL "#8d8c8c"
#define COLOR_DARK "#0e0f0f"
#define COLOR_BLACK30 "#333333"
#define COLOR_WOOD "#55391A"
#define COLOR_DARKWOOD "#512B0F"

//Color defines used by the assembly detailer.

Expand Down
Loading

0 comments on commit 1b2704f

Please sign in to comment.