diff options
| author | nathan <nathansmith@disroot.org> | 2025-10-26 00:10:58 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-10-26 00:10:58 +0000 |
| commit | 5925230971875ba3e6e591f0655cf84b739b50fc (patch) | |
| tree | a08383647602ec9afc4cce49da4f25242e9e236b /src/entities/bush.h | |
| parent | 361c596fa09e9bac1d256ee21da63e352d796fa3 (diff) | |
| download | FindThings-5925230971875ba3e6e591f0655cf84b739b50fc.tar.gz FindThings-5925230971875ba3e6e591f0655cf84b739b50fc.tar.bz2 FindThings-5925230971875ba3e6e591f0655cf84b739b50fc.zip | |
New entity system is working (:
Diffstat (limited to 'src/entities/bush.h')
| -rw-r--r-- | src/entities/bush.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entities/bush.h b/src/entities/bush.h index 70ac282..a46d439 100644 --- a/src/entities/bush.h +++ b/src/entities/bush.h @@ -4,6 +4,7 @@ #ifndef BUSH_H #define BUSH_H +#define BUSH_SCALE 3.0 #define BUSH_WIDTH 87.0 #define BUSH_HEIGHT 62.0 |
