painfull-success-cg/include/conf.h

11 lines
223 B
C
Raw Normal View History

#pragma once
#define TARGET_UPS 60
#define TARGET_FPS 30
#define TILE_SIZE 16
#define LEVEL_WIDTH 16
#define LEVEL_HEIGHT 16
#define LEVEL_SIZE (LEVEL_WIDTH * LEVEL_HEIGHT)
2021-03-02 00:44:58 +01:00
#define DRAW_OFFSET_X 70
#define DRAW_OFFSET_Y 0