- Updated all path import
This commit is contained in:
Kum1ta
2024-08-24 23:53:11 +02:00
parent b5d13ccf6f
commit 4d2362c203
2094 changed files with 792 additions and 1360546 deletions

View File

@ -6,11 +6,11 @@
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/20 17:02:47 by edbernar #+# #+# */
/* Updated: 2024/08/24 20:36:07 by edbernar ### ########.fr */
/* Updated: 2024/08/24 23:47:26 by edbernar ### ########.fr */
/* */
/* ************************************************************************** */
import * as THREE from '/static/three/build/three.module.js';
import * as THREE from '/static/javascript/three/build/three.module.js';
/*
Todo (Eddy) :

View File

@ -6,11 +6,11 @@
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/20 14:52:55 by hubourge #+# #+# */
/* Updated: 2024/08/24 20:36:07 by edbernar ### ########.fr */
/* Updated: 2024/08/24 23:47:26 by edbernar ### ########.fr */
/* */
/* ************************************************************************** */
import * as THREE from '/static/three/build/three.module.js';
import * as THREE from '/static/javascript/three/build/three.module.js';
import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js';
/*

View File

@ -6,12 +6,12 @@
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/21 10:34:49 by edbernar #+# #+# */
/* Updated: 2024/08/24 20:36:07 by edbernar ### ########.fr */
/* Updated: 2024/08/24 23:47:26 by edbernar ### ########.fr */
/* */
/* ************************************************************************** */
import { playerExist } from './Player'
import * as THREE from '/static/three/build/three.module.js';
import * as THREE from '/static/javascript/three/build/three.module.js';
let opponentExist = false;

View File

@ -6,11 +6,11 @@
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/18 00:30:31 by edbernar #+# #+# */
/* Updated: 2024/08/24 20:36:07 by edbernar ### ########.fr */
/* Updated: 2024/08/24 23:47:26 by edbernar ### ########.fr */
/* */
/* ************************************************************************** */
import * as THREE from '/static/three/build/three.module.js';
import * as THREE from '/static/javascript/three/build/three.module.js';
/*
Explication du code :

View File

@ -6,11 +6,11 @@
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/18 00:53:53 by edbernar #+# #+# */
/* Updated: 2024/08/24 20:36:07 by edbernar ### ########.fr */
/* Updated: 2024/08/24 23:47:26 by edbernar ### ########.fr */
/* */
/* ************************************************************************** */
import * as THREE from '/static/three/build/three.module.js';
import * as THREE from '/static/javascript/three/build/three.module.js';
import { Player } from './class/Player'
import { Map } from './class/Map'
import { Ball } from './class/Ball'