change textures

This commit is contained in:
asus
2024-01-09 15:15:20 +01:00
parent 5505adf02c
commit 70e0c6abfe
16 changed files with 22653 additions and 28 deletions

View File

@@ -18,17 +18,17 @@
*/
/* nbr pixel player move */
# define PLR_MV 5
# define PLR_MV 9
/* degree of rotation of the player per press */
# define PLR_ROT 2
# define PLR_ROT 1
/* nbr key you can press at the same time */
# define MAX_NB_KEY 3
/* nbr of elements to parse in the .cub file (without the map) */
# define TOTAL_ELEMENTS 6
/* screen width */
# define SCREEN_WIDTH 600
# define SCREEN_WIDTH 1200
/* screen height */
# define SCREEN_HEIGHT 500
# define SCREEN_HEIGHT 800
/* screen focal (in degree) */
# define SCREEN_FOCAL 70
/* size of a cell on the map */