interference/include/conf.h

14 lines
221 B
C
Raw Normal View History

2021-12-22 16:18:06 +01:00
#pragma once
#define PLAYER_S 12
2021-12-23 10:00:55 +01:00
2021-12-23 17:43:44 +01:00
#define PLAYER_ACC 2
#define PLAYER_FRIC 0.4
2021-12-23 10:00:55 +01:00
#define PLAYER_JUMP 7
#define PLAYER_COYOTE 3
#define GRAVITY 0.4
2021-12-23 15:13:06 +01:00
#define TILE_S 8
#define TILESET_W 16
#define TILESET_H 4