mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 01:48:08 +01:00
feat: Added some credits
This commit is contained in:
parent
14f178759e
commit
b680e49ef9
2 changed files with 17 additions and 1 deletions
13
README
13
README
|
|
@ -25,3 +25,16 @@ commande intégrée dans le jeu
|
||||||
|
|
|
|
||||||
7 PI / 4 [SO] | PI / 4 [SE]
|
7 PI / 4 [SO] | PI / 4 [SE]
|
||||||
0 [ sud ]
|
0 [ sud ]
|
||||||
|
|
||||||
|
--[ Credits
|
||||||
|
|
||||||
|
-[ Code
|
||||||
|
|
||||||
|
- kcolin
|
||||||
|
- tchampio
|
||||||
|
|
||||||
|
-[ Graphics
|
||||||
|
|
||||||
|
- kcolin
|
||||||
|
- B. (perks, power switch)
|
||||||
|
- tchampio
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
|
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2025/07/17 14:14:30 by kcolin #+# #+# */
|
/* Created: 2025/07/17 14:14:30 by kcolin #+# #+# */
|
||||||
/* Updated: 2025/08/18 13:23:26 by kcolin ### ########.fr */
|
/* Updated: 2025/08/18 20:05:29 by tchampio ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
|
|
@ -63,6 +63,9 @@ int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
t_cub3d_data data;
|
t_cub3d_data data;
|
||||||
|
|
||||||
|
ft_printf("Cub3d - Call of Duty Zombies shareware edition. Credits to "
|
||||||
|
"\e[0;32mkcolin\e[0m, \e[0;32mB.\e[0m (for some textures) and "
|
||||||
|
"\e[0;32mtchampio\e[0m\n");
|
||||||
if (argc < 2)
|
if (argc < 2)
|
||||||
return (ft_printf("Error: Missing cub3d file\n"), 1);
|
return (ft_printf("Error: Missing cub3d file\n"), 1);
|
||||||
init_cub3d_data(&data, argv);
|
init_cub3d_data(&data, argv);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue