aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-10-25 08:57:41 +0000
committernathan <nathansmith@disroot.org>2025-10-25 08:57:41 +0000
commitda39d95d89cf626b8b773380bb0d109c5bc41f18 (patch)
tree7bea5db94fb88913d77397ec5bfb51e4e01db0a8 /src/entity.h
parente7ef990a0a3b1ddf40a2f0d517e8eb4e261b1f80 (diff)
downloadFindThings-da39d95d89cf626b8b773380bb0d109c5bc41f18.tar.gz
FindThings-da39d95d89cf626b8b773380bb0d109c5bc41f18.tar.bz2
FindThings-da39d95d89cf626b8b773380bb0d109c5bc41f18.zip
Changed things
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entity.h b/src/entity.h
index aad3a05..9727e51 100644
--- a/src/entity.h
+++ b/src/entity.h
@@ -12,7 +12,7 @@
#define FLOWER_SCALE 3.0
#define POND_SIZE 250.0
-#define POND_HEIGHT 10.0
+#define POND_HEIGHT 15.0
#define UTILITY_POLE_HEIGHT 100.0
#define UTILITY_POLE_RADIUS 3.0
@@ -96,7 +96,7 @@ Entity createEntity(EntityId id, Vector3 position);
void updateEntity(Entity* entity, Game* game);
void setEntityPosition(Entity* entity, Vector3 position);
void placeEntityOnGround(Entity* entity, const World* world);
-bool entityIsPlace(EntityId id);
+bool entityCanBeSelected(EntityId id);
InteractionCommand interactWithEntity(Entity* entity, Game* game,
Selection selection);