diff options
Diffstat (limited to 'src/entity.h')
-rw-r--r-- | src/entity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.h b/src/entity.h index 2c5c51e..231304f 100644 --- a/src/entity.h +++ b/src/entity.h @@ -10,7 +10,7 @@ #define TREE_SCALE 40.0 #define BUSH_SCALE 8.0 #define FLOWER_SCALE 3.0 -#define POND_SIZE 100.0 +#define POND_SIZE 250.0 #define POND_HEIGHT 10.0 typedef int8_t EntityId; |