replaced files

This commit is contained in:
Vasyl Kazakov
2026-06-18 16:47:23 +03:00
parent 7cc63dbba9
commit ce3f254bc1
49 changed files with 141 additions and 181 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import {
} from "@24tools/playable_template";
import { Box3, Object3D, Vector3 } from "three";
import { Body } from "cannon-es";
import { PLAYER_COLLIDER_RADIUS } from "../PhysicsC";
import { PLAYER_COLLIDER_RADIUS } from "../core/PhysicsC";
const PLAYER_RADIUS = PLAYER_COLLIDER_RADIUS;