mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 09:58:09 +01:00
added movement vector movement core
This commit is contained in:
parent
ba42e0d3e1
commit
a58783350d
3 changed files with 23 additions and 16 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: tchampio <tchampio@student.42lehavre. +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/06/06 17:42:23 by tchampio #+# #+# */
|
||||
/* Updated: 2025/06/06 17:43:19 by tchampio ### ########.fr */
|
||||
/* Updated: 2025/07/09 17:05:10 by tchampio ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -16,5 +16,6 @@
|
|||
# define HEIGHT 800
|
||||
# define WIDTH 800
|
||||
# define RESSOURCE_DIR "ressources"
|
||||
# define MOVEMENT_SPEED 10.0
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue