aboutsummaryrefslogtreecommitdiffstats
path: root/src/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/player.h b/src/player.h
index 436f8d0..6be9258 100644
--- a/src/player.h
+++ b/src/player.h
@@ -16,7 +16,8 @@ typedef struct {
Camera camera;
Vector2 cameraAngle;
- WorldUID interactingWith;
+ WorldUID selectedEntity;
+ bool isInteracting;
} Player;
Player createPlayer();