change textures
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user