Add left limits (relative to min camera x) and adjust levels layout

This commit is contained in:
Lucas S. Vieira 2025-01-01 22:52:37 -03:00
parent b4e6015447
commit c780ae1e9f
11 changed files with 63 additions and 53 deletions

View file

@ -6,8 +6,8 @@
#include "player.h"
typedef struct {
VECTOR pos;
VECTOR realpos;
VECTOR pos;
VECTOR realpos;
int32_t extension_x;
int32_t extension_y;
uint8_t delay;