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

const int GAME_WIDTH = 640;
const int GAME_HEIGHT = 480;

const int MOVEMENT_SPEED = 4;
const int PARTY_FRAME_DELAY = 20;// / MOVEMENT_SPEED;

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