interference/include/conf.h

14 lines
221 B
C

#pragma once
#define PLAYER_S 12
#define PLAYER_ACC 1
#define PLAYER_FRIC 0.2
#define PLAYER_JUMP 7
#define PLAYER_COYOTE 3
#define GRAVITY 0.4
#define TILE_S 8
#define TILESET_W 16
#define TILESET_H 4