interference/include/conf.h

14 lines
225 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
2022-01-08 19:25:47 +01:00
#define PLAYER_ACC 1.5
2021-12-23 17:43:44 +01:00
#define PLAYER_FRIC 0.4
2022-01-08 19:25:47 +01:00
#define PLAYER_JUMP 6.5
2021-12-23 10:00:55 +01:00
#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