[Change] Increased star map size.

This commit is contained in:
Allanis 2013-07-21 13:37:11 +01:00
parent df8af779ee
commit 7ea6e809e8

View File

@ -10,11 +10,11 @@
#include "mission.h"
#include "map.h"
#define WINDOW_WIDTH 550
#define WINDOW_HEIGHT 440
#define WINDOW_WIDTH 650
#define WINDOW_HEIGHT 540
#define MAP_WIDTH (WINDOW_WIDTH-150)
#define MAP_HEIGHT (WINDOW_HEIGHT-100)
#define MAP_WIDTH (WINDOW_WIDTH-150)
#define MAP_HEIGHT (WINDOW_HEIGHT-100)
#define BUTTON_WIDTH 60
#define BUTTON_HEIGHT 40