[Change] Increased star map size.
This commit is contained in:
parent
df8af779ee
commit
7ea6e809e8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user