mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Patch from Phil Bordelon to improve Bridges' appearance by adjusting
the font size. [originally from svn r6573]
This commit is contained in:
@ -2401,9 +2401,9 @@ static void lines_redraw(drawing *dr,
|
|||||||
draw_update(dr, ox, oy, TILE_SIZE, TILE_SIZE);
|
draw_update(dr, ox, oy, TILE_SIZE, TILE_SIZE);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define ISLAND_RADIUS ((TILE_SIZE*13)/20)
|
#define ISLAND_RADIUS ((TILE_SIZE*12)/20)
|
||||||
#define ISLAND_NUMSIZE(is) \
|
#define ISLAND_NUMSIZE(is) \
|
||||||
(((is)->count < 10) ? TILE_SIZE : (TILE_SIZE*8)/10)
|
(((is)->count < 10) ? (TILE_SIZE*7)/10 : (TILE_SIZE*5)/10)
|
||||||
|
|
||||||
static void island_redraw(drawing *dr,
|
static void island_redraw(drawing *dr,
|
||||||
game_state *state, game_drawstate *ds,
|
game_state *state, game_drawstate *ds,
|
||||||
|
Reference in New Issue
Block a user