mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 09:58:09 +01:00
feat: New texture for the double tap perk machine
This commit is contained in:
parent
a6c6420398
commit
0771881690
2 changed files with 114 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/07/17 14:54:36 by kcolin #+# #+# */
|
||||
/* Updated: 2025/08/19 19:12:45 by tchampio ### ########.fr */
|
||||
/* Updated: 2025/08/19 20:07:29 by tchampio ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
# define MAX_SPRITES 30
|
||||
# define JUGG_TEX "ressources/juggernog.xpm"
|
||||
# define REV_TEX "ressources/revive.xpm"
|
||||
# define DBLTAP_TEX "ressources/doubletap.xpm"
|
||||
# define DBLTAP_TEX "ressources/dbltap.xpm"
|
||||
# define MYSTERY_TEX "ressources/box.xpm"
|
||||
# define ZOMBIE_TEX "ressources/zombie.xpm"
|
||||
// Approximated, value is actually MOVEMENT_SPEED / 1.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue