summary refs log tree commit diff stats
path: root/src/consts.h
blob: 5ef2c2103bff19e7dccc1fd4aa640a7f3bdc384f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef CONSTS_H_9561E49C
#define CONSTS_H_9561E49C

const int GAME_WIDTH = 720;
const int GAME_HEIGHT = 480;

const int CANVAS_WIDTH = 240;
const int CANVAS_HEIGHT = 160;

const int MOVEMENT_SPEED = 2;
const int PARTY_FRAME_DELAY = 10;// / MOVEMENT_SPEED;

#endif /* end of include guard: CONSTS_H_9561E49C */