plr start on middle of a cell, and wall height is well proportionned
This commit is contained in:
@@ -6,23 +6,21 @@
|
||||
*/
|
||||
|
||||
/* nbr pixel player move */
|
||||
# define PLR_MV 1
|
||||
# define PLR_MV 2
|
||||
/* degree of rotation of the player per press */
|
||||
# define PLR_ROT 2
|
||||
/* 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 500
|
||||
# define SCREEN_WIDTH 600
|
||||
/* screen height */
|
||||
# define SCREEN_HEIGHT 300
|
||||
# define SCREEN_HEIGHT 500
|
||||
/* screen focal (in degree) */
|
||||
# define SCREEN_FOCAL 90
|
||||
# define SCREEN_FOCAL 70
|
||||
/* size of a cell on the map */
|
||||
# define CELL 20
|
||||
/* horizon fr perspectiv */
|
||||
# define HORIZON 700
|
||||
|
||||
/*
|
||||
* keys macro
|
||||
|
||||
Reference in New Issue
Block a user