mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 09:58:09 +01:00
feat: send single ray
This commit is contained in:
parent
ff07c5cea1
commit
805ddbab0b
4 changed files with 71 additions and 13 deletions
|
|
@ -15,8 +15,10 @@
|
|||
|
||||
# define HEIGHT 800
|
||||
# define WIDTH 800
|
||||
# define SIZE 64
|
||||
# define MAP_SIZE 10
|
||||
# define RESSOURCE_DIR "ressources"
|
||||
# define MOVEMENT_SPEED 0.1
|
||||
# define MOVEMENT_SPEED 6.4
|
||||
# define ROTATION_SPEED 0.1
|
||||
# ifdef BONUS
|
||||
# define COMPILED_TEXT "Compiled with bonuses"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue