Skip to content

Commit

Permalink
commiting
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Maria Do Nascimento Aguiar committed Mar 15, 2024
1 parent 8806641 commit 3b33e84
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
11 changes: 5 additions & 6 deletions mandatory/maps/map_cenas.cub
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
NO ./assets/xpm_north.xpm
SO ./assets/xpm_south.xpm
WE ./assets/xpm_east.xpm
EA ./assets/xpm_west.xpm
WE ./assets/xpm_west.xpm
EA ./assets/xpm_east.xpm

F 255,0,0
C 0,255,0

EA ./assets/xpm_west.xpm

1111111111111111111111111
1000000000110000000000001
1011000001110000000100001
100100E000000000001000001
1001000000000000001000001
111111111011000001110000000000001
100000000011000001110111110111111
11110111111111011100000010001
11110111111111011101010010001
11000000110101011100000010001
10000000000000001100000010001
10000000000000001101010010001
10000000000000011000000100001
10000000E00000001101010010001
1100000111010101111101111000111
11110111 1110101 101111010001
11111111 1111111 111111111111
Expand Down
14 changes: 7 additions & 7 deletions mandatory/srcs/game_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
/* player settings */

# define PLAY_UNIT_SIZE 0.2f
# define PLAY_FORWARD_MOVE_SENSE 0.002f
# define PLAY_FORWARD_MOVE_SENSE 0.003f
# define PLAY_SIDE_MOVE_SENSE 0.002f
# define PLAY_BACK_MOVE_SENSE 0.002f
# define PLAY_SPRINT_MULTI 1.5f
# define PLAY_BACK_MOVE_SENSE 0.0015f
# define PLAY_SPRINT_MULTI 1.0f
# define PLAY_BASE_PITCH 0

//rotation an pitch sensibility, aiming multiplier
Expand All @@ -52,10 +52,10 @@

//player velocity multipliers
# define PLAY_NORMAL_MOVE_MULTI 1.0f
# define PLAY_SPRINT_MOVE_MULTI 2.0f
# define PLAY_AIM_MOVE_MULTI 0.5f
# define PLAY_CROUCH_MOVE_MULTI 0.5f
# define PLAY_PRONE_MOVE_MULTI 0.2f
# define PLAY_SPRINT_MOVE_MULTI 1.0f
# define PLAY_AIM_MOVE_MULTI 1.0f
# define PLAY_CROUCH_MOVE_MULTI 1.0f
# define PLAY_PRONE_MOVE_MULTI 1.0f
# define PLAY_SPRINT_ROT_MULTI 0.7f

# define PITCH_ANGLE_BASE 0
Expand Down

0 comments on commit 3b33e84

Please sign in to comment.