Skip to content

Commit

Permalink
Move mini_map to bottom left
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsunghao-C committed Sep 4, 2024
1 parent b378f6f commit f53f20d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions includes/cub3d.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: tsuchen <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/15 00:19:44 by tsuchen #+# #+# */
/* Updated: 2024/09/03 18:39:21 by tsuchen ### ########.fr */
/* Updated: 2024/09/04 09:11:56 by tsuchen ### ########.fr */
/* */
/* ************************************************************************** */

Expand Down Expand Up @@ -54,7 +54,7 @@
# define MINI_MAP_W 200
# define MINI_MAP_H 200
# define MINI_MAP_X 15
# define MINI_MAP_Y 15
# define MINI_MAP_Y 505
# define KEY_PRESS 2
# define MOUSE_PRESS 4
# define MOUSE_MOVE 6
Expand Down
2 changes: 1 addition & 1 deletion srcs/color_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: tsuchen <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/05 15:01:46 by tsuchen #+# #+# */
/* Updated: 2024/08/29 11:13:15 by tsuchen ### ########.fr */
/* Updated: 2024/09/04 09:28:05 by tsuchen ### ########.fr */
/* */
/* ************************************************************************** */

Expand Down
2 changes: 1 addition & 1 deletion srcs/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: tsuchen <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/15 12:03:33 by tsuchen #+# #+# */
/* Updated: 2024/09/03 18:58:08 by tsuchen ### ########.fr */
/* Updated: 2024/09/04 09:27:55 by tsuchen ### ########.fr */
/* */
/* ************************************************************************** */

Expand Down
2 changes: 1 addition & 1 deletion srcs/map/map.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: tsuchen <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/15 12:13:17 by tsuchen #+# #+# */
/* Updated: 2024/09/03 19:22:23 by tsuchen ### ########.fr */
/* Updated: 2024/09/04 09:27:49 by tsuchen ### ########.fr */
/* */
/* ************************************************************************** */

Expand Down

0 comments on commit f53f20d

Please sign in to comment.