Skip to content

Commit

Permalink
Merge pull request CleverRaven#35723 from Larwck/master
Browse files Browse the repository at this point in the history
Graphical Overmap
  • Loading branch information
Rivet-the-Zombie authored Nov 28, 2019
2 parents 0dcbc52 + 30afcbf commit fe16f8d
Show file tree
Hide file tree
Showing 6 changed files with 23,189 additions and 0 deletions.
21 changes: 21 additions & 0 deletions data/mods/Graphical_Overmap/base_colors.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[
{
"type": "colordef",
"BLACK": [ 0, 0, 0 ],
"RED": [ 130, 10, 10 ],
"GREEN": [ 0, 110, 0 ],
"BROWN": [ 92, 51, 23 ],
"BLUE": [ 30, 80, 240 ],
"MAGENTA": [ 145, 40, 220 ],
"CYAN": [ 0, 150, 115 ],
"GRAY": [ 120, 120, 120 ],
"DGRAY": [ 60, 60, 60 ],
"LRED": [ 195, 45, 50 ],
"LGREEN": [ 20, 190, 0 ],
"YELLOW": [ 250, 160, 0 ],
"LBLUE": [ 90, 160, 255 ],
"LMAGENTA": [ 215, 55, 150 ],
"LCYAN": [ 0, 200, 170 ],
"WHITE": [ 220, 220, 220 ]
}
]
8 changes: 8 additions & 0 deletions data/mods/Graphical_Overmap/fonts.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"typeface": "unifont",
"map_typeface": "unifont",
"overmap_fontwidth": 16,
"overmap_fontheight": 16,
"overmap_fontsize": 16,
"overmap_typeface": "map_font_LARWICK.png"
}
Binary file added data/mods/Graphical_Overmap/map_font_LARWICK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions data/mods/Graphical_Overmap/modinfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "MOD_INFO",
"ident": "Graphical_Overmap",
"name": "Graphical Overmap",
"authors": [ "Larwick" ],
"maintainers": [ "Larwick" ],
"description": "Gives the overmap a graphical overhaul. Please refer to readme for installation.",
"category": "graphical",
"dependencies": [ "dda" ]
}
]
Loading

0 comments on commit fe16f8d

Please sign in to comment.