[Freeciv-Dev] (PR#9384) Intro gfx doesn't scale
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=9384 >
> [chrisk@xxxxxxxxx - Wed Jul 14 13:12:31 2004]:
> I see just a small globe picture in the upper left corner of the main map
> subwindow.
So assuming the graphics don't get scaled, what should we do with them?
- Center them. This is kindof hard and slow since it means a full
redraw even on the smallest resize.
- More-or-less center them. This is much easier since we need only
redraw when the canvas is resized. It'll be accurate to within
NORMAL_TILE_WIDTH / 2.
- Leave them in the upper-left corner. This is what's done now but it's
not so great.
jason
|
|