Fixed some camera bugs.

This commit is contained in:
2025-09-01 11:02:30 -05:00
parent 127392a1ae
commit 368729f0f3
17 changed files with 423 additions and 70 deletions

View File

@@ -7,7 +7,7 @@
#pragma once
#include "direction.h"
#include "player.h"
#include "rpg/entity/player.h"
#include "npc.h"
#define ENTITY_COUNT_MAX 32

View File

@@ -7,7 +7,7 @@
#pragma once
#include "dusk.h"
#include "item/inventory.h"
#include "rpg/item/inventory.h"
#define PLAYER_SPEED_WALK 1
#define PLAYER_SPEED_RUN 2